curl -X POST "https://api.atomscale.ai/data_entries/raw_data/staged/upload_urls/complete/" \
-H "X-API-KEY: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"upload_id": "abc123",
"new_filename": "staged_rheed_video.mp4",
"etag_data": [
{"ETag": "\"d41d8cd98f00b204e9800998ecf8427e\"", "PartNumber": 1}
]
}'