post https://api.dev.medable.com//v2/accounts/reset-password
This endpoint would typically be used if you wanted to build a custom page that is linked in the email reset.
Example:
- Request Password Reset gets called
- Medable sends the email with a one-time secure reset password token (string)
- The user opens that email and clicks a link which has this token as a url parameter
- User gets navigated to your web app GUI for setting the new password
- You then call this endpoint (Reset Password) with the token passed in from the email