{"success":true,"message":"Bayroot Edu Tech API","version":"1.0.0","endpoints":{"health":"GET /api/health","admin":{"register":"POST /api/admin/register","login":"POST /api/admin/login","logout":"POST /api/admin/logout (Protected)","profile":"GET /api/admin/profile (Protected)"},"partner":{"register":"POST /api/partner/register","login":"POST /api/partner/login","logout":"POST /api/partner/logout (Protected)","profile":"GET /api/partner/profile (Protected)"},"students":{"create":"POST /api/students (Protected - Partner only)","getAll":"GET /api/students (Protected)","getOne":"GET /api/students/:id (Protected)","update":"PUT /api/students/:id (Protected)","uploadDocuments":"POST /api/students/:id/documents (Protected)","delete":"DELETE /api/students/:id (Protected - Admin only)"},"files":{"download":"GET /api/files/:fileId (Protected)"}}}