"""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" ORCHARD_USER_ID = "alw:123" CONTENT_TYPE = "Content-Type" CORRELATION_ID = "Correlation-Id" CONTENT_TYPE_JSON_VAL = "application/json" ACCOUNT_CONTEXT_TYPE = "account" ERROR_CONTEXT_TYPE = "error" PROFILE_TYPE_ORCH_ADMIN = "OrchAdminProfile" PROFILE_TYPE_LABEL = "LabelProfile"