/fx/convert
Example requests for the Transfer to Mobile API
curl -X POST "https://obp-api-sandbox.nmbbank.co.tz/fx/convert" -d '{"from":"USD","to":"TZS","amount":100}'
json { "from": "USD", "to": "TZS", "amount": 100, "converted_amount": 232500 }