{
"projectId": "string",
"resourceId": [
"string"
],
"authGroupId": "string"
}
curl --location --request POST '/ab-bpm/lcProject/auth/allocateResources' \
--header 'Authorization: Bearer{{Auth_Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": "string",
"resourceId": [
"string"
],
"authGroupId": "string"
}'
{}