{
"stdin": "string",
"language_id": 0,
"source_code": "string"
}curl --location '/judge/testrun' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdXRob3JpemVkIjp0cnVlLCJleHAiOjE3NDk0OTMwMTEsInVpZCI6M30.ZILhTAGVYhJN-lN0VU09JktCzok7UjjwUFVcGJna1Y0' \
--header 'Content-Type: application/json' \
--data '{
"stdin": "string",
"language_id": 0,
"source_code": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"time": 0,
"memory": 0,
"stdout": "string",
"status": 0,
"stderr": "string",
"compile_output": "string"
}
}