$ python3 -m venv venv
$ source venv/bin/activate
$redis-server
$ uvicorn main:app --reload
4. hit the post request on http://localhost:8000/scrape/?page_limit=10 it accepts the token as bearer token and accepts the params page_limit and proxy
you will then have a products.json in the project directory