{ "opencollection": "1.0.0", "info": { "name": "Kanastra Banking Accounts Amendment API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Amendment", "type": "folder" }, "items": [ { "info": { "name": "Create", "type": "http" }, "http": { "method": "POST", "url": "https://banking.kanastra.com.br/api/v1/commercial-papers/guarantees/amendment", "body": { "type": "json", "data": "{}" } }, "docs": "Create" } ] } ], "bundled": true }