{ "opencollection": "1.0.0", "info": { "name": "Reclaim account-time-schemes Interpreter API", "version": "0.1" }, "items": [ { "info": { "name": "Interpreter", "type": "folder" }, "items": [ { "info": { "name": "message", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/interpreter/message", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "fetchMessage", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/interpreter/plans/pending/:planId", "params": [ { "name": "user", "value": "", "type": "query" }, { "name": "planId", "value": "", "type": "path" } ] } } ] } ], "bundled": true }