export interface TemplateRequestHeader { headerKey: string; headerValue: string; id?: string; }