curl --location --request POST '/auth/reset-password' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "smartdevs17@gmail.com", "passcode": "1234", "otp": "1234" }'
{}