{
    "success": true,
    "message": "SMK School API is running",
    "routes": [
        "GET /api/health",
        "GET /api/docs",
        "GET /api/docs/openapi.json",
        "POST /api/auth/login",
        "GET /api/auth/me",
        "POST /api/auth/logout",
        "POST /api/media/upload",
        "GET /api/media/file?file={name}",
        "GET /api/notices/list",
        "GET /api/notices/show?slug={slug}",
        "POST /api/notices/create",
        "POST /api/notices/update",
        "POST /api/notices/delete",
        "GET /api/events/list",
        "GET /api/events/show?slug={slug}",
        "POST /api/events/create",
        "POST /api/events/update",
        "POST /api/events/delete",
        "GET /api/blogs/list",
        "GET /api/blogs/show?slug={slug}",
        "POST /api/blogs/create",
        "POST /api/blogs/update",
        "POST /api/blogs/delete",
        "POST /api/contact/create",
        "GET /api/contact/list",
        "POST /api/admission/create",
        "GET /api/admission/list",
        "GET /api/testimonials/list",
        "POST /api/testimonials/create",
        "POST /api/testimonials/update",
        "POST /api/testimonials/delete"
    ]
}