{"message":"Welcome to IntelliQuest Server","version":"1.0.0","documentation":{"swagger":"/api/docs","json":"/api/docs.json"},"endpoints":{"general":["/api/hello","/api/health"],"auth":["POST /api/v1/user/register","POST /api/v1/user/register-super-admin","POST /api/v1/user/login","POST /api/v1/user/logout (protected)","POST /api/v1/user/refresh","POST /api/v1/user/verify-email","POST /api/v1/user/resend-verification","POST /api/v1/user/request-password-reset","POST /api/v1/user/reset-password"],"users":["POST /api/v1/user/check-email","GET /api/v1/user/stats","GET /api/v1/user/:id (protected)"],"profiles":["GET /api/v1/profile (protected) - Get all user profiles","POST /api/v1/profile (protected) - Create new profile","GET /api/v1/profile/:id (protected) - Get specific profile","PUT /api/v1/profile/:id (protected) - Update profile","DELETE /api/v1/profile/:id (protected) - Delete profile","POST /api/v1/profile/:id/picture (protected) - Upload profile picture"],"organizations":["GET /api/v1/organization (super admin) - Get all organizations","POST /api/v1/organization (super admin) - Create organization with admin"]}}