read:attendance permission.core.session_token: ********************Authorization: Bearer ********************curl --location --request GET '/attendance/recap?startDate&endDate&userType'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [],
"result": [
{
"userId": "string",
"name": "string",
"image": "string",
"userType": "STUDENT",
"present": 0,
"permit": 0,
"sick": 0,
"onDuty": 0,
"alpha": 0,
"total": 0,
"workingDays": 0
}
]
}