"""Generic header keys.""" GRASS_ACCOUNT_TYPE = 'Grass-Account-Type' GRASS_ACCOUNT_ID = 'Grass-Account-Id' GRASS_ACCOUNT_TYPE_VENDOR = 'vendor' GRASS_ACCOUNT_TYPE_SUBACCOUNT = 'subaccount' CONTENT_TYPE = 'Content-Type' CORRELATION_ID = 'Correlation-Id' CONTENT_TYPE_JSON_VAL = 'application/json' ORCHARD_USER_ID = 'Orchard-User-Id'