class Multiwoven::Integrations::Destination::Klaviyo::Client
def auth_headers(api_key)
def auth_headers(api_key) { "Accept" => "application/json", "Authorization" => "Klaviyo-API-Key #{api_key}", "Revision" => "2023-02-22", "Content-Type" => "application/json" } end