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