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

def auth_headers(access_token)

def auth_headers(access_token)
  {
    "Accept" => "application/json",
    "Authorization" => "Bearer #{access_token}",
    "Content-Type" => "application/json"
  }
end