LIABILITIES.DEFAULT_UPDATE webhook payload.
@type t() :: %PlaidEx.Webhooks.Schemas.LiabilitiesEvent{ account_ids_with_new_liabilities_data: [String.t()], account_ids_with_updated_liabilities_data: map(), environment: String.t(), item_id: String.t(), webhook_code: String.t(), webhook_type: String.t() }
@spec from_map(map()) :: t()