{
    "status": "success",
    "data": {
        "message": "API usage:",
        "galeri": {
            "GET \/v1\/galeri\/": "Get all galeri data (active only)",
            "GET \/v1\/galeri\/?page={page}&limit={limit}": "Get galeri data by page and limit (active only)",
            "GET \/v1\/galeri\/id": "Get galeri data by ID (active only)"
        },
        "pengumuman": {
            "GET \/v1\/pengumuman\/": "Get all pengumuman data (active only)",
            "GET \/v1\/pengumuman\/?page={page}&limit={limit}": "Get pengumuman data by page and limit (active only)",
            "GET \/v1\/pengumuman\/id": "Get pengumuman data by ID (active only)",
            "GET \/v1\/pengumuman\/slug\/{slug}": "Get pengumuman data by slug (active only)",
            "GET \/v1\/pengumuman\/latest\/?limit={limit}": "Get latest pengumuman data (active only)"
        },
        "psb": {
            "GET \/v1\/psb\/form\/": "Get PSB form options",
            "POST \/v1\/psb\/create-calon-siswa\/": "Create new student application"
        }
    }
}