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