{
    "service": "REST API Mahasiswa (PHP + MySQL)",
    "endpoints": [
        "GET    \/index.php?route=mahasiswa",
        "GET    \/index.php?route=mahasiswa\/{nim}",
        "GET    \/index.php?route=mahasiswa\/{nama}",
        "POST   \/index.php?route=mahasiswa",
        "PUT    \/index.php?route=mahasiswa\/{nim}",
        "DELETE \/index.php?route=mahasiswa\/{nim}",
        "Filter: ?angkatan=2023, ?nama=Siti"
    ]
}