{
    "sandbox_id": "string",
    "path": "string"
}curl --location --request POST 'https://api.302.ai/302/sandbox/file/download' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
    "sandbox_id": "string",
    "path": "string"
}'{
    "result": [
        {
            "path": "string",
            "path_type": "string",
            "file_list": [
                {
                    "upload_url": "string",
                    "sandbox_path": "string"
                }
            ]
        }
    ]
}