curl --location '/v1/currencies?iso=USD%2CGHS&obsolete=false&language=en&additionalInfo=symbol&crypto=false' \
--header 'Ocp-Apim-Subscription-Key: <api-key>'{
"terms": "string",
"privacy": "string",
"currencies": [
{
"iso": "USD",
"currency_name": "US Dollar",
"is_obsolete": false
},
{
"iso": "GHS",
"currency_name": "Ghanaian Cedi",
"is_obsolete": false
}
]
}