curl --location 'https://decibel.foo/api/auth/forgot-password' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "haya@gmail.com" }'
{ "message": "string" }