curl --location --request GET 'https://restapi.amap.com/rest/lbs/geohub/place/text?dataset_id&Key='
{
"status": "string",
"info": "string",
"infocode": "string",
"count": "string",
"objects": {
"geometry": {
"coordinates": "string",
"type": "string"
},
"properties": {
"property1": {
"name": "string",
"value": "string"
},
"property2": {
"name": "string",
"value": "string"
}
}
}
}