Authorization: ********************
{
"ticket_action_id": 0,
"ticket_id": 0,
"comment": "string",
"ticket_code": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/tickets/tickets/closeticketaction' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ticket_action_id": 0,
"ticket_id": 0,
"comment": "string",
"ticket_code": "string"
}'
{
"is_closed": true
}