class Multiwoven::Integrations::Destination::Klaviyo::Client

def success?(response)

def success?(response)
  response && %w[200 201].include?(response.code)
end