curl --location --request GET 'https://test.pro.wuht.net/adminapi/setting/shipping_templates/city_list' \
--header 'authori-zation: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJ0ZXN0LnByby53dWh0Lm5ldCIsImF1ZCI6InRlc3QucHJvLnd1aHQubmV0IiwiaWF0IjoxNjQ5NzQ2MjAyLCJuYmYiOjE2NDk3NDYyMDIsImV4cCI6MTY1MDM1MTAwMiwianRpIjp7ImlkIjoxLCJ0eXBlIjoiYWRtaW4ifX0.-xDXOdYfBNsu3IqF3nMO_E_fop2lxkwNw25fdQpzGVQ'
{
"status": 0,
"msg": "string",
"data": [
{
"id": 0,
"city_id": 0,
"level": 0,
"parent_id": 0,
"area_code": "string",
"name": "string",
"merger_name": "string",
"lng": "string",
"lat": "string",
"is_show": 0,
"children": [
{
"id": 0,
"city_id": 0,
"level": 0,
"parent_id": 0,
"area_code": "string",
"name": "string",
"merger_name": "string",
"lng": "string",
"lat": "string",
"is_show": 0
}
]
}
]
}