CreateExportPayload
data class CreateExportPayload(val outputFormats: List<ExportFormat>, val criteria: ExportItemCriteria, val localeCode: String?)
Payload object used to provide export creation parameters to the API
Payload object used to provide export creation parameters to the API