Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/org/huntgroup/listcalleridbuckets' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"caller_id_bucket_data": [
{
"xml_client_property_sid": 0,
"bucket_name": "string"
}
]
}