var begin success := http.QuickGetSb('http://localhost:7700/health',sbResponseBody.ControlInterface);
curl -X GET -H "X-Meili-Api-Key: masterKey" http://localhost:7700/health
{ "name": "Health", "request": { "method": "GET", "header": [ ], "url": { "raw": "{{url}}/health", "host": [ "{{url}}" ], "path": [ "health" ] } }, "response": [ ] }