export enum HttpMethod { GET = 'get', POST = 'post', PATCH = 'patch', PUT = 'put', DELETE = 'delete', }