{"message":"Mobile Phone API","version":"1.0.0","docs":"/docs","dashboard":"/dashboard","authentication":{"POST /api/auth/login":"Login with username and password","POST /api/auth/logout":"Logout from current session","POST /api/auth/logout-all":"Logout from all sessions","GET /api/auth/me":"Get current user info","PUT /api/auth/me/change-password":"Change your own password","POST /api/auth/users":"Create new user (Admin/Manager)","GET /api/auth/users":"List all users (Admin/Manager)","GET /api/auth/users/{id}":"Get user by ID (Admin/Manager)","PUT /api/auth/users/{id}":"Update user (Admin/Manager)","DELETE /api/auth/users/{id}":"Delete user (Admin/Manager)","PUT /api/auth/users/{id}/reset-password":"Reset user password (Admin/Manager)","GET /api/auth/users/{id}/sessions":"Get user sessions (Admin only)","POST /api/auth/users/{id}/logout-all":"Logout user from all sessions (Admin only)"},"endpoints":{"GET /api/mobiles":"List all mobiles with filtering","GET /api/mobiles/{id}":"Get mobile by ID","GET /api/mobiles/slug/{slug}":"Get mobile by slug","GET /api/mobiles/search/advanced":"Advanced search","POST /api/mobiles":"Create new mobile","PUT /api/mobiles/{id}":"Update mobile","PUT /api/mobiles/{id}/images":"Update mobile images","POST /api/mobiles/{id}/upload-image":"Upload image file (saves to folder, returns path)","DELETE /api/mobiles/{id}":"Delete mobile","GET /api/phones":"Simple: Get all phones","GET /api/phones/{id}":"Simple: Get phone by ID","GET /api/phones/brand/{brand}":"Simple: Get phones by brand","GET /api/phones/brand/{brand}/models":"Simple: Get models by brand","POST /api/scraper/run":"Run GSMArena scraper to fetch and store phone data","GET /api/models/brands":"Get list of available brand JSON files","GET /api/models/brand/{brand}":"Get all models for a specific brand from JSON file","POST /api/models/import":"Import phone models from JSON file into database","POST /api/models/import/all":"Import all available brand models from JSON files","GET /api/flipkart/mobiles":"Get all mobiles from Flipkart database","GET /api/flipkart/mobiles/{id}":"Get mobile from Flipkart database by ID","GET /api/flipkart/stats":"Get statistics from Flipkart database","GET /api/stats":"Get comprehensive dashboard statistics (total mobiles, brands, features, status counts, average rating)"},"dashboards":{"/dashboard":"Main dashboard","/uploadimage":"Image upload dashboard"}}