Authorization: Bearer ********************curl --location 'http://10.12.186.133:30924/transpond/fileweft/documents//connector-receipts' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": [
{
"receiptId": "string",
"documentId": "string",
"deliveryId": "string",
"connectorId": "string",
"state": "string",
"removalState": "string",
"remoteFileId": "string",
"remoteDocumentId": "string",
"remoteDeleteId": "string",
"remoteNodeId": "string",
"remoteDatasetId": "string",
"remoteDepartmentId": "string",
"remoteBatchId": "string",
"leaseUntil": 0,
"removalLeaseUntil": 0,
"lastError": "string"
}
]
}