{
"text": "string",
"argumentType": "support",
"parentCommentId": "string"
}curl --location --request POST 'https://api.chattabox.com/v1/post//comment' \
--header 'Authorization: Bearer some-random-token' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "string",
"argumentType": "support",
"parentCommentId": "string"
}'{
"data": {
"post": {
"id": "string",
"totalComments": 10
},
"comment": {
"...v2-comment...": "...props..."
}
}
}