Authorization: Bearer ********************{
"profileId": 1
}curl --location '/selfService/resourceGroupProfile/byUserExtRelationId/1?relStr=true' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"profileId": 1
}'