{"message":"Notification Management API","endpoints":{"GET /api/v1/notifications":"Fetch all notifications","GET /api/v1/notifications/{id}":"Fetch notification by ID","POST /api/notifications":"Create new notification (requires auth)","PUT /api/notifications/{id}":"Update notification (requires auth)","DELETE /api/notifications/{id}":"Delete notification (requires auth)","GET /admin":"Admin UI for managing notifications (requires auth)"}}