authService
Change password with token
Reset password. Available to unauthorized users.
post/auth/v1/users/reset_password
Request body
Example request
{
"email": "rar.stas@gmail.com",
"password": "myNewPassword",
"token": "r6pvb5pllte"
}Response
OK