{ "opencollection": "1.0.0", "info": { "name": "Core accepted countries Feedback API", "version": "3.0.39" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Feedback", "type": "folder" }, "items": [ { "info": { "name": "Creates a fraud feedback", "type": "http" }, "http": { "method": "POST", "url": "/v3/feedback/fraud", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is to get a fraud feedback from the customer." } ] } ], "bundled": true }