content in the response envelope (the client decodes and saves it). The CSV round-trips with the import endpoint.curl --location 'https://api.qeeptech.com/v1/txn-monitoring/lists//entries/export?format=undefined' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"fileName": "string",
"contentType": "string",
"content": "string"
},
"message": "string",
"meta": {
"timestamp": "2019-08-24T14:15:22.123Z",
"requestId": "string",
"traceId": "string",
"spanId": "string",
"path": "string",
"pagination": {
"page": 0,
"limit": 0,
"total": 0,
"totalPages": 0,
"hasNext": true,
"hasPrevious": true
}
}
}