curl --location --request POST 'https://api.green-api.com/v3/' \
--header 'Content-Type: application/json' \
--data-raw '{
"typeWebhook": "quotaExceeded",
"instanceData": {
"idInstance": 3100000000,
"wid": "79991234567@c.us",
"typeInstance": "v3"
},
"quotaData": {
"method": "correspondents",
"used": 3,
"total": 3,
"status": "CORRESPONDENTS_QUOTA_EXCEEDED",
"description": "Monthly quota has been exceeded. You can only send or receive messages from following chats: 10000000, 10000001, 10000002. Please go to your personal account and change the tariff to business https://console.green-api.com"
}
}'