curl -X POST https://api.stelis.app/v1/web/task \
     -H "STELIS_API_KEY: <apiKey>" \
     -H "Content-Type: application/json" \
     -d '{
  "query": "Find me the most trending open source repository on github",
  "url": "https://github.com/"
}'