curl --location --request GET 'https://api.synup.com/api/v4/countries' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx'
{
"data": {
"supportedCountries": [
{
"databaseId": 13,
"id": "Q291bnRyeToxMw==",
"iso": "AU",
"name": "Australia",
"states": [
{
"countryId": 13,
"id": "136",
"iso": "WA",
"name": "Western Australia"
}
]
}
]
}
}