POST
/admin/support/tickets/{id}/comments
curl \
--request POST 'http://api.example.com/admin/support/tickets/{id}/comments' \
--header "Content-Type: application/json"
Request examples
{}
curl \
--request POST 'http://api.example.com/admin/support/tickets/{id}/comments' \
--header "Content-Type: application/json"
{}