A parsed webhook event.
data is intentionally left as a plain, camelCase-keyed map (or its
to_snake_case/0-converted form, see Moov.Webhook.Event.to_snake_case/1)
since its shape depends entirely on type. See
https://docs.moov.io/guides/webhooks/webhook-events/ for the schema of
every event type Moov currently sends.
Summary
Functions
Returns a copy of the event with data's keys converted to snake_case strings.