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