Authorization: ********************
{
"config": "string",
"sound": "CONFIG_SOUND_ONE"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/org/queueconfigs/sounds/get' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"config": "string",
"sound": "CONFIG_SOUND_ONE"
}'
{
"url": "string"
}