export interface UserLoginRequest { accountId?: string; accountPassword?: string; }