- send a PUT method to api/v1/password
- send a POST method to /api/v1/password
-
a confirmation link with the reset token will be sent back, extract the reset_password_token and make a GET request to api/v1/password/edit?reset_password_token=${token} without any params to confirm that the token is valid.
-
make a PUT request to api/v1/password with the params below to reset the password