Auth
Changes a user password
Allows users with a valid reset token to reset their password without remembering their old password
post/auth/reset/password
Request body
Example request
{
"token": "$2a$15$QzeW/y5/MEppCWVEkoX5euejobYOLSd4We21LQjjKlWH9l2I3wCke",
"password": "correct horse battery staple"
}Response
This response has no body.