curl --location --request GET 'https://hom.roit.ai/assembler-documents-manager/api/v1/export/requests//items' \
--header 'Authorization;'{
"timestamp": 1234567890,
"status": "success",
"data": {
"data": {
"id": "anyId123",
"requestId": "anyRequestId123",
"blob": "anyBlob123",
"quantity": 10,
"part": 0,
"status": "pending",
"size": 1024,
"signedBlob": "https://storage-url.com/one-single-master/request-id/0.zip",
"blobsWithError": [
"anyBlobWithError123"
]
},
"total": 1
},
"message": "Request items retrieved successfully"
}