Authorization: ********************
{
"localUserId": "string",
"userGroupId": "string"
}
curl --location --request POST 'https://api.qal.eazy2biz.com/v1/identityManagement/userGroups/checkLocalUserMembership' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"localUserId": "string",
"userGroupId": "string"
}'
true