Authorization: Bearer ********************
{
"to_organization_id": "string",
"new_hunt_group_name": "string",
"hunt_group_sid": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/services/org/huntgroups/v1alpha1/copyhuntgrouptoorganization' \
--header 'Content-Type: application/json' \
--data-raw '{
"to_organization_id": "string",
"new_hunt_group_name": "string",
"hunt_group_sid": 0
}'
{}