export interface NormalizedResponse { headers?: { [key: string]: string; }; statusCode?: number; data?: any; }