Authorization: ********************
{
"messages": [
{
"mail_box": "string",
"caller_sid": "string",
"caller_type": "INBOUND"
}
]
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/vmds/downloadspecifiedmessages' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"messages": [
{
"mail_box": "string",
"caller_sid": "string",
"caller_type": "INBOUND"
}
]
}'
{
"url": "string"
}