Authorization: ********************
{
"comment_sid": 0,
"ticket_sid": 0,
"reply": "string",
"created_by_id": "string",
"ticket_code": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/tickets/tickets/replycomment' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"comment_sid": 0,
"ticket_sid": 0,
"reply": "string",
"created_by_id": "string",
"ticket_code": "string"
}'
{
"is_created": {
"is_created": true
}
}