auth-controller
Reset password (resetPassword)
Checks the password reset token and updates the password. If token is not valid, returns '400 Bad Request'.
post/api/noauth/resetPassword
Request body
Example request
{
"resetToken": "AAB254FF67D..",
"password": "secret"
}Response
OK