IDENTITY_VERIFICATION webhook payload.
@type t() :: %PlaidEx.Webhooks.Schemas.IdentityVerificationEvent{ environment: String.t(), identity_verification_id: String.t(), webhook_code: String.t(), webhook_type: String.t() }
@spec from_map(map()) :: t()