{
"interactionId": "2090753a-ece6-4837-8336-8494ad308523",
"responseContent": "This is a sample response"
}
curl --location --request POST 'https://api.synup.com/api/v4/locations/reviews/respond' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"interactionId": "2090753a-ece6-4837-8336-8494ad308523",
"responseContent": "This is a sample response"
}'
{
"data": {
"respondToInteraction": {
"interaction": {
"interactionId": "7495f5f5-05c3-41f7-a498-1f9cde0d4693",
"source": "facebook.com",
"content": "This is a sample response",
"authorName": null,
"authorAvatar": null,
"authorUrl": null,
"date": "2019-01-21T05:26:30.687556+00:00",
"interactionStatus": "Created"
}
}
}
}