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