curl --location 'http://localhost:4516/alert-email' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "italo@zscansoftware.com",
"idEventType": 2,
"maxErrorCount": 1,
"errorCountAtInterval": 60
}'{}