authorization: ********************{
"webhook": "string",
"from": "string",
"to": "string",
"timestamp": 0,
"ack": 0,
"type": "string",
"fromMe": true,
"senderName": "string",
"chatName": "string",
"links": [
{}
],
"chat": {
"text": {
"message": "string"
}
}
}curl --location '/deliveryWebhookUrl' \
--header 'authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"webhook": "string",
"from": "string",
"to": "string",
"timestamp": 0,
"ack": 0,
"type": "string",
"fromMe": true,
"senderName": "string",
"chatName": "string",
"links": [
{}
],
"chat": {
"text": {
"message": "string"
}
}
}'{
"sucesso": true
}