{
"language": "python",
"code": "string",
"envs": {},
"timeout": 5,
"sandbox_id": "string"
}
curl --location --request POST 'https://api.302.ai/302/sandbox/run_code' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"language": "python",
"code": "string",
"envs": {},
"timeout": 5,
"sandbox_id": "string"
}'
{}