{ "opencollection": "1.0.0", "info": { "name": "Puma Control/Status Application Gc Stop API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "query" } }, "items": [ { "info": { "name": "Stop", "type": "folder" }, "items": [ { "info": { "name": "Stop the server", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1:9293/stop" }, "docs": "Stops the Puma server gracefully." } ] } ], "bundled": true }