{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Record API", "version": "1.0" }, "items": [ { "info": { "name": "Record", "type": "folder" }, "items": [ { "info": { "name": "Record API", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/donations/record", "headers": [ { "name": "x-openapi-clientid", "value": "" }, { "name": "x-correlation-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API is used to store all external donations. Entire request body should be encrypted." } ] } ], "bundled": true }