README Python Service curl -X POST http://localhost:8080/execute \ -H "Content-Type: application/json" \ -d '{"script":"def main():\n return 42\n\nmain()"}