export interface Headers { Authorization: string; 'Content-Type': string; 'x-automation-rule-alias'?: string; 'x-service': string; }