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