[{"endpoint":"/products","description":"Get a list of products","method":"GET","example":"curl -X GET http://localhost:3000/products"},{"endpoint":"/cart","description":"Add a product to the cart","method":"POST","example":"curl -X POST http://localhost:3000/cart -d '{\"productId\": 1, \"quantity\": 1}'"}]