Skip to main content

ForgotPasswordDTO

emailstringrequired
redirectUrlstring

URL to redirect to after successful password reset (e.g., package details page with terminate modal)

Example: /package-details/123?modal=terminate
ForgotPasswordDTO
{
"email": "string",
"redirectUrl": "/package-details/123?modal=terminate"
}