Authorization: Bearer ********************
{
"caller_type": "INBOUND",
"mail_box": "string",
"caller_sid": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/vmds/downloadmessage' \
--header 'Content-Type: application/json' \
--data-raw '{
"caller_type": "INBOUND",
"mail_box": "string",
"caller_sid": "string"
}'
{
"url": "string"
}