ForgotPasswordDTO
emailstringrequired
redirectUrlstring
URL to redirect to after successful password reset (e.g., package details page with terminate modal)
Example:
/package-details/123?modal=terminateForgotPasswordDTO
{
"email": "string",
"redirectUrl": "/package-details/123?modal=terminate"
}