curl --location --request POST 'https://api2.hik-cloud.com/api/v1/estate/system/communities/actions/updateCommunity' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"communityId": "00a795f4a25d4de09edd091f28747eb4",
"communityName": "龙湖社区",
"provinceCode": "130000",
"cityCode": "130300",
"countyCode": "130302",
"addressDetail": "街道详细地址",
"communitySquareMeter": "50.22",
"longitude": "116.37319",
"latitude": "39.93428",
"chargePersonId": "00a795f4a25d4de09edd091f28747eb4",
"phoneNumber": "15200212124",
"communityRemark": "备注信息"
}'