{"message":"Welcome to the Basic Products API","endpoints":{"getAllOrSearchProducts":"GET /api/products (allows ?search=keyword & ?category=name)","getSingleProduct":"GET /api/products/:id","createProduct":"POST /api/products","updateProduct":"PUT /api/products/:id","deleteProduct":"DELETE /api/products/:id"}}