curl --location --request POST '/api/auth/forgot-password' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "abdullatif.jarkas1@gmail.com" }'
{ "status": "success", "message": "OTP sent to email" }