{
"Infourl": "string",
"Label": "string",
"Poiname": "string",
"Scale": 0,
"ToWxid": "string",
"Wxid": "string",
"X": 0,
"Y": 0
}
curl --location --request POST 'http://test-cn.your-api-server.com/Msg/ShareLocation' \
--header 'Content-Type: application/json' \
--data-raw '{
"Infourl": "string",
"Label": "string",
"Poiname": "string",
"Scale": 0,
"ToWxid": "string",
"Wxid": "string",
"X": 0,
"Y": 0
}'
{}