Authorization: ********************
{
"template_sid": 0,
"hunt_group_sids": [
0
]
}
curl --location --request POST 'https://api.cbf.tcn.com/services/org/huntgroups/v1alpha1/assignagentclientinfodisplaytemplatetohuntgroups' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"template_sid": 0,
"hunt_group_sids": [
0
]
}'
{}