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