{ "userId": 5, "role": "moderator" }
curl --location --request DELETE 'https://sso.dlab.ovh/api/users/roles' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data-raw '{ "userId": 5, "role": "moderator" }'
{}