Authorization: Bearer ********************
curl --location --request GET 'https://api.upbooks.io/api/v1/organization/lead/countries?ORGANIZATION-ID=000000'
{
"data": {
"countries": [
"string"
]
},
"message": "string"
}