var begin success := CkHttp_QuickGetSb(http,'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": [
]
}