Authorization: Bearer ********************
curl --location --request GET 'https://tms-go.czl.net/api/v1/country?code=US' \ --header 'Authorization: Bearer <token>'
{ "code": 200, "data": { "code": "US", "name": "美国", "ename": "United States" }, "msg": "success" }