curl --location '/douyin/poi/search?keyword=undefined&count=undefined&city=undefined&cursor=undefined' \
--header 'Accept: application/json, text/plain, */*' \
--header 'Accept-Encoding: gzip, deflate, br, zstd' \
--header 'Accept-Language: zh-CN,zh;q=0.9' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjYzM2JiNjkyLWIwOWQtNGQ5Yy1iNDE3LTFhYWU5ZmVjMzgwNSJ9.e8KcWl07NMo5nZtRob5QZykeSzq4U9VnsapeMLahRFZTUEEjhbq2kOkDFXzWuZ8Azl6HRvsM34Lr1hSWaWFm9A' \
--header 'Connection: keep-alive'{
"msg": "操作成功",
"code": 200,
"data": {
"cursor": 1,
"description": "",
"errorCode": 0,
"hasMore": true,
"pois": [
{
"address": "东城区",
"city": "北京市",
"cityCode": "110101",
"country": "中国",
"countryCode": "CN",
"district": "东城区",
"location": "116.401179,39.902768",
"poiId": "6601131771805304836",
"poiName": "北京市",
"province": "北京市"
}
]
}
}