Authorization: ********************
{
"skill_profile_group_sid": 0,
"skill_profile_sids_to_associate": [
0
],
"skill_profile_sids_to_disassociate": [
0
]
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/wfm/updateskillprofilegroupassociations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"skill_profile_group_sid": 0,
"skill_profile_sids_to_associate": [
0
],
"skill_profile_sids_to_disassociate": [
0
]
}'
{}