{ "opencollection": "1.0.0", "info": { "name": "Data Intake Gateway Authentication Records API", "version": "v3.4.2" }, "items": [ { "info": { "name": "Records", "type": "folder" }, "items": [ { "info": { "name": "POST /records", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/records", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }