{
"status_permohonan":2,
"jumlah_bulan":5
}curl --location 'https://ppid.animemusic.us/api/statistik-permohonan-selesai' \
--header 'Content-Type: application/json' \
--data '{
"status_permohonan":2,
"jumlah_bulan":5
}'{
"code": 0,
"message": "Success Get Data",
"data": [
{
"stacks": {
"dateselesai": "Mei 2025",
"value": 4,
"mydate": "2025-05",
"color": "#4ABFF4"
},
"label": "Mei"
},
{
"stacks": {
"dateselesai": "April 2025",
"value": 4,
"mydate": "2025-04",
"color": "#e9b949"
},
"label": "Apr"
},
{
"stacks": {
"dateselesai": "Maret 2025",
"value": 1,
"mydate": "2025-03",
"color": "#4ABFF4"
},
"label": "Mar"
},
{
"stacks": {
"dateselesai": "Februari 2025",
"value": 273,
"mydate": "2025-02",
"color": "#791f2b"
},
"label": "Feb"
},
{
"stacks": {
"dateselesai": "Januari 2025",
"value": 173,
"mydate": "2025-01",
"color": "#ec840e"
},
"label": "Jan"
}
]
}