x-api-key: ********************curl --location --request GET 'https://online-banking.originalaccounts.com/lists/countries' \
--header 'x-api-key: <api-key>'{
"count": 0,
"data": [
{
"name": "string",
"alpha3": "str",
"postal_code_format": {},
"subdivisions": [
{
"name": "string",
"code": "string"
}
]
}
]
}