{ "call": [{ "title": "Call the helloworld service", "description": "Helloworld is a simple example that takes a name and returns a personalised message", "run_check": true, "request": { "name": "John" }, "response": { "message": "Hello John" } }] }