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