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