{ "opencollection": "1.0.0", "info": { "name": "Purplebricks.Microservice.Outlook.Api 1.0 - Squad Agents and Intel", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "AgentOutlookSync", "type": "folder" }, "items": [ { "info": { "name": "GET /v1/agent/outlook-sync", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/agent/outlook-sync" } }, { "info": { "name": "PUT /v1/agent/outlook-sync", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v1/agent/outlook-sync", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }