curl --location --request POST 'https://api.302.ai/302/claude-code/commands' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"sandbox_id": "302-sandbox-xxxxxxx",
"command": "",
"envs": {},
"cwd": ""
}'{
"success": true,
"result": {
"exit_code": 0,
"stdout": "",
"stderr": "",
"error": ""
}
}