export interface AuthResponse { id: number; roles: string[]; token: string; username: string; }