export enum HttpHeader { AUTHORIZATION = 'Authorization', ACCEPT = 'Accept', CONTENT_TYPE = 'Content-Type', }