List Products
Retrieve a list of all products.
Endpoint
GET/api/products
Example Response
[ { "id": 8, "name": "Biotique Cucumber Pore Tightening Toner", "price": "286.00", "rating": "4.1", "review_count": 49314, "url": "https://www.amazon.in/Biotique-Cucumber-Tightening-Freshener-Himalayan/dp/B078LDQKRX", "created_at": "2025-04-08T06:49:41.234530Z", "updated_at": "2025-04-08T06:59:05.874080Z" } ]