curl --location --request GET 'https://test.api.globkurier.pl/v1/countries' \
--header 'Accept-Language;'
{
"id": 1,
"name": "Poland",
"isUEMember": true,
"isRoadTransportAvailable": true,
"isoCode": "PL",
"lock": null,
"hasStates": false,
"hasPostCodes": true,
"postCodeFormat": "??-???",
"phonePrefix": "+48",
"postCodeSamples": "12-345"
}