curl --location --request GET 'https://api-sandbox.saaslogic.io/v1/countries' \
--header 'Authorization;' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
[
{
"countryName": "United States",
"countryISOCode": "USA"
}
]