curl --location --request GET 'https://api-pruebas.phoqo.cl/pruebas/v2/tools/files//multipart?uploadId' \
--header 'empresa: ' \
--header 'x-application: PHOQO' \
--header 'Authorization: <api-key>'{
"fileId": "uuid-v4",
"uploadId": "s3-upload-id",
"key": "exam/companies/{companyId}/{fileId}.pdf",
"uploadedParts": [
{
"partNumber": 1,
"etag": "etag-from-s3",
"size": 5242880
}
],
"totalUploadedSize": 5242880,
"expectedSize": 104857600,
"status": "uploading"
}