curl --location '/auth/forgot-password' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "elgafarma@gmail.com" }'
{ "message": "If the email is registered, the reset password instructions have been sent." }