curl --location --request POST 'http://127.0.0.1:46952/check_syntax' \ --header 'Content-Type: text/plain' \ --data-raw 'print(1 + 1)'
{ "message": "Operation succeed", "code": 0 }