export interface ForgotPasswordRequestDTO { email?: string; username?: string; emailVerified?: boolean; }