curl --request POST \
--url https://app.opencomputer.dev/api/sandboxes/{id}/exec/run \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"cmd": "<string>",
"args": [
"<string>"
],
"envs": {},
"cwd": "<string>",
"timeout": 123
}
'