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