{
    "service": "REST API Mahasiswa & Matakuliah (PHP + MySQL)",
    "endpoints": [
        "GET    \/index.php?route=mahasiswa",
        "GET    \/index.php?route=mahasiswa\/{nim}",
        "POST   \/index.php?route=mahasiswa",
        "PUT    \/index.php?route=mahasiswa\/{nim}",
        "DELETE \/index.php?route=mahasiswa\/{nim}",
        "GET    \/index.php?route=matakuliah",
        "GET    \/index.php?route=matakuliah\/{kode_matakuliah10}",
        "POST   \/index.php?route=matakuliah",
        "PUT    \/index.php?route=matakuliah\/{kode_matakuliah10}",
        "DELETE \/index.php?route=matakuliah\/{kode_matakuliah10}"
    ]
}