{ "opencollection": "1.0.0", "info": { "name": "Cachet Parking Connect Gig-Events API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-username", "value": "{{x-api-username}}", "placement": "header" } }, "items": [ { "info": { "name": "Gig-Events", "type": "folder" }, "items": [ { "info": { "name": "/create-gig-event", "type": "http" }, "http": { "method": "POST", "url": "https://platform-api.cachet.me/create-gig-event", "body": { "type": "json", "data": "{}" } }, "docs": "Endpoint for sending gig-worker tasks related events" } ] } ], "bundled": true }