export interface ResponseParams { header: Array<{ key: string; value: string; }>; cookie: Array<{ key: string; value: string; }>; }