curl --location --request POST 'https://api.green-api.com/v3/' \
--header 'Content-Type: application/json' \
--data-raw '{
"typeWebhook": "outgoingMessageStatus",
"chatId": "10000000",
"instanceData": {
"idInstance": 3100000000,
"wid": "79991234567@c.us",
"typeInstance": "v3"
},
"timestamp": 1755591519,
"idMessage": "115054445839974415",
"status": "delivered",
"sendByApi": false
}'
{}