X-Token: ********************
{
"userDepts": [
{
"userWsid": "string",
"deptWsid": "string"
}
],
"assignmentType": "string",
"autoAssignmentThreshold": "string"
}
curl --location --request PUT '/catalog/assignment' \
--header 'X-Requested-Session;' \
--header 'X-Requested-Session;' \
--header 'Content-Type: application/json' \
--data-raw '{
"userDepts": [
{
"userWsid": "string",
"deptWsid": "string"
}
],
"assignmentType": "string",
"autoAssignmentThreshold": "string"
}'
{}