curl --location --request GET 'http://open.tabcut.com:8090/api/meta/country' \
--header 'x-appKey: au3iGmLAuPj' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'{
"code": "200",
"message": "成功!",
"result": [
{
"countryCode": "string",
"countryName": "string",
"cities": [
{
"cityName": "string"
}
]
}
],
"serverTime": "2026-02-05 10:53:25"
}