curl --location 'https://api.green-api.com/' \
--header 'Content-Type: application/json' \
--data-raw '{
"typeWebhook": "incomingMessageReceived",
"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": "contactMessage",
"contactMessageData": {
"chatId": "10000000",
"urlAvatar": "https://4100.api.green-api.com/download/4100/95917017eCsVpZE2Uiph7eCsVpZE2Uiph.jpg",
"phoneNumber": 79991112233,
"displayName": "Иван Царевич",
"vcard": "",
"forwardingScore": 0,
"isForwarded": false
}
}
}'