curl --location --request GET 'https://api.xiaojukeji.com//v1/poi?city=北京&sug=五道口' \
--header 'Authorization: Bearer domain|{access_token}' \
--header 'Authorization;' \
--header 'Content-Type: application/x-www-form-urlencoded'
[
{
"displayname": "string",
"address": "string",
"lng": "string",
"lat": "string",
"maptype": "string"
}
]