{ "opencollection": "1.0.0", "info": { "name": "dLocal Cards Accounts Quotes API", "version": "2.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Quotes", "type": "folder" }, "items": [ { "info": { "name": "Create A Quote", "type": "http" }, "http": { "method": "POST", "url": "https://api.dlocal.com/payouts/v3/quotes", "body": { "type": "json", "data": "{}" } }, "docs": "Generate an FX quote for a payout amount that locks the exchange rate." } ] } ], "bundled": true }