{ "opencollection": "1.0.0", "info": { "name": "smolfleet apikeys plans API", "version": "0.1.0" }, "items": [ { "info": { "name": "plans", "type": "folder" }, "items": [ { "info": { "name": "plan_list", "type": "http" }, "http": { "method": "GET", "url": "https://api.smolmachines.com/v1/plans" } }, { "info": { "name": "plan_create", "type": "http" }, "http": { "method": "POST", "url": "https://api.smolmachines.com/v1/plans", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }