Authorization: Bearer ********************curl --location --request GET 'https://api.upbooks.io/api/v1/organization/client/countries' \
--header 'ORGANIZATION-ID: 000000' \
--header 'Authorization: Bearer <token>'{
"data": {
"countries": [
"string"
]
},
"message": "string"
}