curl --location --request GET 'https://api.vortexfinance.co/v1/supported-countries?countryCode=&name&fiatCurrency'{
"countries": [
{
"countryCode": "string"
}
],
"emoji": "string",
"name": "string",
"support": {
"buy": true,
"sell": true
},
"supportedCurrencies": [
"string"
]
}