export type ResetPasswordRequest = { email: string; newPassword: string; token: string; };