curl --location '/v1/convert_from?from=USD&to=GHS&amount=100&inverse=false&decimal_places=6' \
--header 'Ocp-Apim-Subscription-Key: <api-key>'{
"terms": "string",
"privacy": "string",
"from": "USD",
"amount": 100,
"timestamp": "2026-09-24T12:00:00Z",
"to": [
{
"quotecurrency": "GHS",
"mid": 950
}
]
}