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