pub fn build_curl_request( method: &str, url: &str, headers: &[(String, String)], body: Option<&str>, ) -> CurlRequest
Helper function to build a cURL request from HTTP request components