{"success":true,"message":"Product Management API","timestamp":"2026-06-03T07:36:06.812Z","data":{"version":"1.0.0","environment":"development","documentation":"/api-docs","endpoints":{"auth":{"register":"POST /api/auth/register","login":"POST /api/auth/login","refreshToken":"POST /api/auth/refresh-token","logout":"POST /api/auth/logout","me":"GET /api/auth/me","changePassword":"POST /api/auth/change-password","forgotPassword":"POST /api/auth/forgot-password","resetPassword":"POST /api/auth/reset-password"},"products":{"getAll":"GET /api/products","getById":"GET /api/products/:id","create":"POST /api/products","update":"PUT /api/products/:id","patch":"PATCH /api/products/:id","delete":"DELETE /api/products/:id","search":"GET /api/products/search","advancedSearch":"POST /api/products/advanced-search","bulkCreate":"POST /api/products/bulk","stock":"PATCH /api/products/:id/stock","images":{"add":"POST /api/products/:id/images","delete":"DELETE /api/products/:id/images/:publicId","setPrimary":"PATCH /api/products/:id/images/:publicId/primary","getAll":"GET /api/products/:id/images"}},"health":"GET /health"}}}