Authorization: Bearer ********************
{
"ticket_sid": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/tickets/tickets/assignself' \
--header 'Content-Type: application/json' \
--data-raw '{
"ticket_sid": 0
}'
{
"is_assigned": true
}