<?php include("chilkat.php"); $success = $http->QuickGetSb('http://localhost:7700/version',$sbResponseBody); ?>
curl -X GET -H "X-Meili-Api-Key: masterKey" http://localhost:7700/version
{ "name": "Version", "request": { "method": "GET", "header": [ ], "url": { "raw": "{{url}}/version", "host": [ "{{url}}" ], "path": [ "version" ] } }, "response": [ ] }