Authorization: Bearer ********************curl --location -g --request GET 'https://seu host megaapi/rest/webhook/sua instance_key' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"error": true,
"message": "string",
"webhookData": {
"webhookUrl": "string",
"webhookEnabled": true,
"webhookSecondaryUrl": "string",
"webhookSecondaryEnabled": true
}
}