{
"responseId": "2090753a-ece6-4837-8336-8494ad308523"
}
curl --location --request POST 'https://api.synup.com/api/v4/locations/reviews/respond/archive' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"responseId": "2090753a-ece6-4837-8336-8494ad308523"
}'
{
"data": {
"archiveResponse": {
"status": "true",
}
}
}