{ "opencollection": "1.0.0", "info": { "name": "ApyHub Convert Currency API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "apy-token", "value": "{{apy-token}}", "placement": "header" } }, "items": [ { "info": { "name": "Currency", "type": "folder" }, "items": [ { "info": { "name": "ApyHub - Convert Currency", "type": "http" }, "http": { "method": "POST", "url": "https://api.apyhub.com/data/currency/convert", "body": { "type": "json", "data": "{}" } }, "docs": "Converts an amount from one currency to another using current exchange rates" } ] } ], "bundled": true }