Authorization: ********************
{
"call_sid": 0,
"call_type": "INBOUND",
"pbx_extension": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/sds/updatevoicemailbox' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"call_sid": 0,
"call_type": "INBOUND",
"pbx_extension": "string"
}'
{}