Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/org/countries/list/get' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"countries": [
{
"country_id": "string",
"country_sid": 0,
"country_name": "string",
"phone_digits": 0,
"region_digits": 0,
"total_digits": 0,
"country_code": 0,
"region_codes": [
"string"
],
"country": "COUNTRY_UNDEFINED"
}
]
}