Reviews
Post a reply to a review
This endpoint lets you reply to a given review.
post/comments
Request body
Example request
{
"review_id": 34,
"parent_id": 1234,
"content": "Merci ❤️",
"reply_template_id": 5678,
"reply_suggestion": {
"reply_suggestion_id": 91011,
"reply_suggestion_modified": true
}
}Response
OK