export interface MockRequest { url: string; method: string; body?: { [key: string]: any; } | string; headers?: { [key: string]: string; }; }