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