curl --location --request POST 'https://api.302.ai/tavily/extract' \
--header 'Content-Type: application/json' \
--data-raw '{
    "api_key": "",
    "urls": [
        "https://en.wikipedia.org/wiki/Artificial_intelligence",
        "https://en.wikipedia.org/wiki/Machine_learning",
        "https://en.wikipedia.org/wiki/Data_science",
        "https://en.wikipedia.org/wiki/Quantum_computing"
    ]
}'{
    "results": [
        {
            "url": "string",
            "raw_content": "string"
        }
    ],
    "failed_results": [
        "string"
    ],
    "response_time": 0
}