SendLocation
Last updated
Last updated
POST /groups/sendLocation?id=id HTTP/1.1
Host: base_url
Content-Type: application/json
Accept: */*
Content-Length: 87
{
"instance_key": "id",
"jid": "groupid",
"coordinates": {
"lat": 24.121231,
"long": 55.1121221
}
}