var begin success := CkHttp_HttpNoBody(http,'POST','http://localhost:7700/dumps',resp);
curl -X POST -H "X-Meili-Api-Key: masterKey" http://localhost:7700/dumps
{
"name": "Create a dump",
"protocolProfileBehavior": {
"disabledSystemHeaders": {}
},
"request": {
"method": "POST",
"header": [
],
"url": {
"raw": "{{url}}/dumps",
"host": [
"{{url}}"
],
"path": [
"dumps"
]
}
},
"response": [
]
}