export interface LoginRequestDTOV1 { email: string; password: string; }