Authorization: Bearer ********************
curl --location --request GET 'https://tms-go.czl.net/api/v1/dhl/country/postcode-support?country_code=US' \ --header 'Authorization: Bearer <token>'
{ "code": 200, "data": { "country_code": "US", "postcode_supported": true }, "msg": "success" }