{ "opencollection": "1.0.0", "info": { "name": "Reclaim account-time-schemes matcher API", "version": "0.1" }, "items": [ { "info": { "name": "matcher", "type": "folder" }, "items": [ { "info": { "name": "generateEventMatcher", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/matcher/event", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "knownTaggedEventMatchers", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/matcher/event/known-tagged-event-matchers" } } ] } ], "bundled": true }