curl --location 'https://auth.side.my.id/api/v1/attendance/stats' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json'{
"success": true,
"message": "Attendance statistics retrieved",
"data": {
"total_present": 0,
"total_late": 0,
"total_absent": 1,
"percentage": 0
},
"timestamp": "2025-07-16 12:05:07"
}