class Multiwoven::Integrations::Source::Firecrawl::Client

def execute_crawl(url)

def execute_crawl(url)
  send_request(
    url: url,
    http_method: HTTP_POST,
    payload: JSON.parse(@config.to_json),
    headers: auth_headers(@api_key),
    config: {}
  )
end