Authorization: ********************
{
"mail_boxes": [
"string"
],
"unheard_only": true
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/vmds/downloadmessages' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"mail_boxes": [
"string"
],
"unheard_only": true
}'
{
"url": "string"
}