{"status":"success","message":"Welcome to Spestyavai API","version":"1.0.0","endpoints":{"health":"/api/health","auth":{"register":"POST /api/auth/register","login":"POST /api/auth/login","me":"GET /api/auth/me (protected)","refresh":"POST /api/auth/refresh (protected)"},"passwordReset":{"forgotPassword":"POST /api/password-reset/forgot-password","verifyCode":"POST /api/password-reset/verify-code","resetPassword":"POST /api/password-reset/reset-password","resendCode":"POST /api/password-reset/resend-code"},"products":{"list":"GET /api/products","getById":"GET /api/products/:id","supermarkets":"GET /api/products/supermarkets/list","categories":"GET /api/products/categories/list","bestPromotions":"GET /api/products/promotions/best","sync":"POST /api/products/sync (protected)","syncStats":"GET /api/products/sync/stats"}}}