We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GET: Request password reset token
curl -i -X GET \ 'https://nisb-auth.herokuapp.com/resetpassword?email=mridul.kepler%40gmail.com'
POST: enter token and change password
curl -i -X POST \ -H "Content-Type:application/json" \ -d \ '{ "email":"[email protected]", "token":"545164", "password":"mridul123" }' \ 'https://nisb-auth.herokuapp.com/resetpassword'