{
"sandbox_id": "string",
"file": "string",
"path": "string",
"auto_unzip": true
}curl --location --request POST 'https://api.302.ai/v1/302/claude-code/sandbox/file/upload' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"sandbox_id": "string",
"file": "string",
"path": "string",
"auto_unzip": true
}'{}