BEACON webhook payload.
@type t() :: %PlaidEx.Webhooks.Schemas.BeaconEvent{ beacon_user_id: String.t(), environment: String.t(), webhook_code: String.t(), webhook_type: String.t() }
@spec from_map(map()) :: t()