Authorization: ********************
{
"phone_number": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/tickets/tickets/getphonenumbertype' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_number": "string"
}'
{
"phone_type": "MOBILE"
}