email or user_id, but not both.curl --location --request POST '/user/deactivate/' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@mail.com",
"user_id": "1234"
}'{
"details": "The request is invalid. The rational will be in the response body."
}