ResetPasswordDto
otpnumberrequired
emailstringrequired
newPasswordstringrequired
redirectUrlstring
URL to redirect to after successful password reset (e.g., package details page with terminate modal)
Example:
/package-details/123?modal=terminateResetPasswordDto
{
"otp": 0,
"email": "string",
"newPassword": "string",
"redirectUrl": "/package-details/123?modal=terminate"
}