export interface ForgetPasswordLinkRequest { userName: string; applicationName: string; }