Authorization: Bearer ********************curl --location '/uploads//complete' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"part_ids": [
"string"
],
"md5": "string"
}'{
"id": "string",
"created_at": 0,
"filename": "string",
"bytes": 0,
"purpose": "string",
"status": "pending",
"expires_at": 0,
"object": "upload",
"file": {
"id": "string",
"bytes": 0,
"created_at": 0,
"expires_at": 0,
"filename": "string",
"object": "file",
"purpose": "assistants",
"status": "uploaded",
"status_details": "string"
}
}