curl --location '/v1/supported-countries?countryCode=&name=undefined&fiatCurrency=undefined'{
"countries": [
{
"countryCode": "string"
}
],
"emoji": "string",
"name": "string",
"support": {
"buy": true,
"sell": true
},
"supportedCurrencies": [
"string"
]
}