Skip to main content

ResetPasswordDto

tokenstringrequired

Token JWT de restablecimiento

Example: eyJhbGciOiJIUzI1NiIs...
newPasswordstringrequired

Nueva contraseña (mín. 8 chars, 1 mayúscula, 1 número)

Example: MiNuevaClave123!
ResetPasswordDto
{
"token": "eyJhbGciOiJIUzI1NiIs...",
"newPassword": "MiNuevaClave123!"
}