{"message":"🚀 ParamSukh API v2.0","version":"2.0.0","endpoints":{"auth":{"sendOTP":"POST /api/auth/send-otp","verifyOTP":"POST /api/auth/verify-otp","logout":"POST /api/auth/logout","me":"GET /api/auth/me"},"courses":{"create":"POST /api/courses/create","getAll":"GET /api/courses/all","getById":"GET /api/courses/:id","update":"PUT /api/courses/update/:id","delete":"DELETE /api/courses/delete/:id","videos":"CRUD /api/courses/:courseId/videos","pdfs":"CRUD /api/courses/:courseId/pdfs","liveSessions":"CRUD /api/courses/:courseId/livesessions"},"events":{"create":"POST /api/events/create","getAll":"GET /api/events/all","getById":"GET /api/events/:id","register":"POST /api/events/:eventId/register","myRegistrations":"GET /api/events/my-registrations"},"enrollments":{"enroll":"POST /api/enrollments/enroll","myCourses":"GET /api/enrollments/my-courses","continueLearning":"GET /api/enrollments/continue-learning","progress":"GET /api/enrollments/course/:courseId/progress","markVideoComplete":"POST /api/enrollments/course/:courseId/video/:videoId/complete"},"user":{"profile":"GET/PUT /api/user/profile","photo":"PUT/DELETE /api/user/profile/photo","preferences":"PUT /api/user/preferences","subscription":"GET /api/user/subscription","membershipPurchase":"POST /api/user/membership/purchase","stats":"GET /api/user/stats"},"community":{"checkAccess":"GET /api/community/check-access","myGroups":"GET /api/community/my-groups","groupPosts":"GET /api/community/groups/:groupId/posts","createPost":"POST /api/community/groups/:groupId/posts","likePost":"POST /api/community/posts/:postId/like","deletePost":"DELETE /api/community/posts/:postId","comments":"GET/POST /api/community/posts/:postId/comments","likeComment":"POST /api/community/comments/:commentId/like"},"assessment":{"submit":"POST /api/assessment/submit","get":"GET /api/assessment","recommendations":"GET /api/assessment/recommendations","status":"GET /api/assessment/status","delete":"DELETE /api/assessment"},"notifications":{"getAll":"GET /api/notifications","unreadCount":"GET /api/notifications/unread-count","markAsRead":"PATCH /api/notifications/:id/read","markAllAsRead":"PATCH /api/notifications/read-all","delete":"DELETE /api/notifications/:id","deleteAll":"DELETE /api/notifications/all"},"counseling":{"availability":"GET /api/counseling/availability","book":"POST /api/counseling/book","myBookings":"GET /api/counseling/my-bookings","details":"GET /api/counseling/:bookingId","cancel":"PATCH /api/counseling/:bookingId/cancel","reschedule":"PATCH /api/counseling/:bookingId/reschedule","payment":"POST /api/counseling/:bookingId/payment","feedback":"POST /api/counseling/:bookingId/feedback"},"marketplace":{"shops":{"getAll":"GET /api/shops","getById":"GET /api/shops/:id","register":"POST /api/shops/register","update":"PUT /api/shops/:id","products":"GET /api/shops/:id/products","reviews":"GET /api/shops/:id/reviews"},"products":{"getAll":"GET /api/products","getById":"GET /api/products/:id","search":"GET /api/products/search","featured":"GET /api/products/featured","category":"GET /api/products/category/:categoryId","create":"POST /api/products/create","update":"PUT /api/products/:id","delete":"DELETE /api/products/:id","addReview":"POST /api/products/:id/review","getReviews":"GET /api/products/:id/reviews"},"cart":{"get":"GET /api/cart","add":"POST /api/cart/add","update":"PATCH /api/cart/update/:itemId","remove":"DELETE /api/cart/remove/:itemId","clear":"DELETE /api/cart/clear","applyCoupon":"POST /api/cart/apply-coupon"},"wishlist":{"get":"GET /api/wishlist","add":"POST /api/wishlist/add","remove":"DELETE /api/wishlist/remove/:productId","moveToCart":"POST /api/wishlist/move-to-cart/:productId","clear":"DELETE /api/wishlist/clear"},"orders":{"create":"POST /api/orders/create","myOrders":"GET /api/orders/my-orders","details":"GET /api/orders/:id","cancel":"PATCH /api/orders/:id/cancel","return":"POST /api/orders/:id/return","track":"GET /api/orders/:id/track","invoice":"GET /api/orders/:id/invoice"},"addresses":{"getAll":"GET /api/addresses","add":"POST /api/addresses/add","update":"PUT /api/addresses/:id","delete":"DELETE /api/addresses/:id","setDefault":"PATCH /api/addresses/:id/default"}}},"features":["Phone OTP Authentication","Course Management with Videos/PDFs/Live Sessions","Event Registration System","Course Enrollment & Progress Tracking","User Profile Management","Subscription Plans","Community Groups & Social Features","User Assessment & Personalized Recommendations","Real-time Notifications System","Counseling Booking & Management","Complete Marketplace System","Shop & Product Management","Shopping Cart & Wishlist","Order Management & Tracking","Multiple Delivery Addresses"]}