| Code | Currency |
|---|---|
| USD | United States Dollar ($) |
| ZWG | Zimbabwe Gold (ZiG) |
| ZAR | South African Rand (R) |
| BWP | Botswana Pula (P) |
| GBP | British Pound Sterling (£) |
| EUR | European Euro (€) |
curl --location --request GET 'https://mock.apidog.com/m1/1209598-0-default/currencymapping/supported-currencies' \
--header 'X-Api-Key: YOUR_API_KEY' \
--header 'X-Api_Secret: YOUR_API_SECRET' \
--header 'X-Application: YOUR_APPLICATION_ID' \
--header 'X-Api-Station: YOUR_API_STATION' \
--header 'X-App-Version: 1'[
"USD",
"ZWG",
"ZAR",
"BWP",
"EUR",
"GBP"
]