{
"guid": "",
"to_username": "",
"latitude": 0,
"longitude": 0,
"title": "",
"address": "",
"scale": 15
}
curl --location --request POST '/msg/send_location' \
--header 'Content-Type: application/json' \
--data-raw '{
"guid": "",
"to_username": "",
"latitude": 0,
"longitude": 0,
"title": "",
"address": "",
"scale": 15
}'
null