Authorization: ********************{}curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/org/agentsettings/get' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"user_caller_id": "string",
"priority_groups": [
{
"threshold": 0,
"channel_type": "CHANNEL_TYPE_EMAIL"
}
],
"reserved_carriers": [
"string"
]
}