export interface ResetForgottenPasswordRequest { key: string; newPassword: string; applicationName: string; }