{
"cmd": "cd /home/user",
"envs": {},
"timeout": 5,
"sandbox_id": "xxx"
}
curl --location --request POST 'https://api.302.ai/302/sandbox/command' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"cmd": "cd /home/user",
"envs": {},
"timeout": 5,
"sandbox_id": "xxx"
}'
{"result":{"stderr":"","stdout":"482504fd08f1\n","exit_code":0,"error":"","cost_time":9}}