"""Header Constants.""" CORRELATION_ID = 'Correlation-Id' GRASS_ACCOUNT_TYPE = 'Grass-Account-Type' GRASS_ACCOUNT_ID = 'Grass-Account-Id' ORCHARD_USER_ID = 'Orchard-User-Id' GRASS_ACCOUNT_TYPE_VENDOR = 'vendor' GRASS_ACCOUNT_TYPE_SUBACCOUNT = 'subaccount' GRASS_ACCOUNT_TYPES = [ GRASS_ACCOUNT_TYPE_VENDOR, GRASS_ACCOUNT_TYPE_SUBACCOUNT] OA_USER_PREFIX = 'oa:' CONTENT_TYPE = 'Content-Type' APPLICATION_JSON = 'application/json'