Reply On Comment
POST /threads/{threadId}/comments/{commentId}/replies
Replying on existing thread comments.
Path Params
threadId: thread-unique_id
commentId: comment-unique_id
Headers
Authorization: Bearer {accessToken}
Content-Type: application/json
Body
{
"content": "string"
}