Authorization: ********************
{
"agent_profile_group_id": "string",
"user_ids": [
"string"
]
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/org/agentprofilegroup/assign' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"agent_profile_group_id": "string",
"user_ids": [
"string"
]
}'
{}