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