Reset user password with token that was emailed.
token (string) - The password reset token sent to the user’s registered email.new-password (string) - The user’s new desired password.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
API versioning is required. Include the header X-API-Version with current version value in all requests.
"v1"
"Password has been reset successfully."