export interface SubmissionRequest { apiKey: string; userAgent: string; method: string; url: string; data: string; }