ResetPasswordDto
newPasswordstringrequired
Example:
new-strong-passwordtokenstringrequired
Token from the reset password email
ResetPasswordDto
{
"newPassword": "new-strong-password",
"token": "string"
}
new-strong-passwordToken from the reset password email
{
"newPassword": "new-strong-password",
"token": "string"
}