# Create export for consent category POST /v3/consent-categories/exports/{exportType} Endpoint: POST /v3/consent-categories/exports/{exportType} Security: API_Key ## Path parameters: - `exportType` (string, required) Controls accepted values Enum: "ACCOUNT_CONSENT_CATEGORY_CONFIGS_EXPORT" ## Response 201 fields (application/json): - `exportId` (integer, required) Unique ID of an export ## Response 400 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 401 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 404 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object)