curl --request POST \
--url https://app.opencomputer.dev/api/sandboxes \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"templateID": "<string>",
"timeout": 123,
"cpuCount": 123,
"memoryMB": 123,
"envs": {},
"metadata": {},
"image": {},
"snapshot": "<string>"
}
'