curl --location 'https://api.green-api.com/' \
--header 'Content-Type: application/json' \
--data-raw '{
"typeWebhook": "outgoingAPIMessageReceived",
"instanceData": {
"idInstance": 4100000000,
"wid": "79876543210@c.us",
"typeInstance": "telegram"
},
"timestamp": 1588091580,
"idMessage": "1769693783000",
"senderData": {
"chatId": "10000000",
"sender": "10000000",
"chatName": "Иван Царевич",
"senderName": "Иван Царевич",
"senderContactName": "Иван Царевич",
"senderPhoneNumber": 79991112233
},
"messageData": {
"typeMessage": "locationMessage",
"locationMessageData": {
"latitude": 51.1035035,
"longitude": 71.3996933,
"forwardingScore": 1,
"isForwarded": true
}
}
}'