Authorization: Bearer ********************{
"address": "string",
"city": "string"
}curl --location --request POST '/api/amap/geocode/geo' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"address": "string",
"city": "string"
}'