curl -X POST "https://api.ujeebu.com/scrape" \ -H "ApiKey: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"url":"https://example.com","extract_rules":{"all_links":{"selector":"a[href]","type":"obj","multiple":true,"children":{"text":{"selector":"","type":"text"},"url":{"selector":"","type":"link"}}}}}'