{ "opencollection": "1.0.0", "info": { "name": "ClickPost Cancellation Recommendation API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Recommendation", "type": "folder" }, "items": [ { "info": { "name": "Recommend a carrier", "type": "http" }, "http": { "method": "POST", "url": "https://www.clickpost.in/api/v1/recommendation", "body": { "type": "json", "data": "{}" } }, "docs": "Fetch recommended carriers based on business rules and historical data." } ] } ], "bundled": true }