CORRELATION_ID = 'Correlation-Id' GRASS_ACCOUNT_TYPE = 'Grass-Account-Type' GRASS_ACCOUNT_ID = 'Grass-Account-Id' GRASS_ACCOUNT_TYPE_VENDOR = 'vendor' GRASS_ACCOUNT_TYPE_SUBACCOUNT = 'subaccount' USER_TYPES = { GRASS_ACCOUNT_TYPE_VENDOR: 'L', GRASS_ACCOUNT_TYPE_SUBACCOUNT: 'S' } CONTENT_TYPE = 'Content-Type' APPLICATION_JSON = 'application/json'