Authorization: Bearer ********************{
"keywords": "string",
"types": "string",
"city": "string",
"citylimit": true,
"children": "string",
"offset": 0,
"page": 0,
"extensions": "string"
}curl --location --request POST '/api/amap/place/text' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"keywords": "string",
"types": "string",
"city": "string",
"citylimit": true,
"children": "string",
"offset": 0,
"page": 0,
"extensions": "string"
}'