AUTH webhook payload (AUTOMATICALLY_VERIFIED, VERIFICATION_EXPIRED).
@type t() :: %PlaidEx.Webhooks.Schemas.AuthEvent{ account_id: String.t() | nil, environment: String.t(), item_id: String.t(), webhook_code: String.t(), webhook_type: String.t() }
@spec from_map(map()) :: t()