Get Statistik Jenis Kelamin
To get the data in the specified collection. If no parameters are passed, it lists all of them. Otherwise, it lists the documents in the collection matching the specified parameters:
Method : GET
URL : /statistik/jeniskelamin
Response : 200 OK
[ { "label": "laki-laki", "jumlah": 37 }, { "label": "perempuan", "jumlah": 63 }]
Response : 404 NOT FOUND
Not Found
Response : 500 ERROR
Internal Server Error