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