cURL
curl --request POST \ --url https://app.opencomputer.dev/api/sandboxes/from-checkpoint/{checkpointId} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "timeout": 123 }'
{ "sandboxID": "sb-def456", "status": "running", "region": "use2", "workerID": "w-use2-abc123" }
300