{
"guid": "{{guid_test}}",
"conversation_id": "{{ConversationId_qywx}}",
"longitude": 118.751258,
"latitude": 31.970255,
"address": "南京市测试地址",
"title": "迪普思",
"zoom": "8"
}
curl --location --request POST 'http://auto.depthsdata.com:8766/api/COE/rpc/service/debot/send_location' \
--header 'Content-Type: application/json' \
--data-raw '{
"guid": "301964dd-781a-3a48-ab06-babf37470cc7",
"conversation_id": "S:1688855062596284",
"longitude": 118.751258,
"latitude": 31.970255,
"address": "南京市测试地址",
"title": "迪普思",
"zoom": "8"
}'
{}