curl --location '/user/mail/optout/' \ --header 'Content-Type: application/json' \ --data '{ "user_id": "1234" }'
{ "details": "The request is invalid. The rational will be in the response body." }