Skip to main content

ResetPasswordDto

newPasswordstringrequired
Example: new-strong-password
tokenstringrequired

Token from the reset password email

ResetPasswordDto
{
"newPassword": "new-strong-password",
"token": "string"
}