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