curl --location '/upload//status'{
"data": {
"chunk_size": 0,
"file_id": "string",
"instant": true,
"total_chunks": 0,
"upload_id": "string",
"uploaded_chunks": [
0
],
"url": "string"
},
"meta": {
"message": "string",
"pagination": {
"has_more": true,
"limit": 0,
"next_cursor": "string",
"page": 0,
"total": 0,
"total_pages": 0
}
}
}