{
"lang": "c",
"code": "string",
"input": "string",
"time": 0,
"memory": 0,
"outMsgLimit": 0
}
curl --location --request POST 'http://test-cn.your-api-server.com/v1/code/run' \
--header 'Content-Type: application/json' \
--data-raw '{
"lang": "c",
"code": "string",
"input": "string",
"time": 0,
"memory": 0,
"outMsgLimit": 0
}'
{
"outPut": "string",
"cpuTimeUsage": 0,
"realTimeUsage": 0,
"memoryUsage": 0,
"state": "CE"
}