class Multiwoven::Integrations::Destination::FacebookCustomAudience::Client

def create_payload(records, json_schema)

def create_payload(records, json_schema)
  schema, data = extract_schema_and_data(records, json_schema)
  {
    "payload" => {
      "schema" => schema,
      "data" => data
    }
  }
end