manage:attendance permission. Writes an audit row carrying the caller-supplied justification. Writes a MANUAL punch and lets recompute derive the verdict, so a correction produces what the rules would have produced on the day. A date the calendar does not schedule is rejected.core.session_token: ********************Authorization: Bearer ********************curl --location '/attendance/admin/manual' \
--header 'Content-Type: application/json' \
--data '{
"userId": "string",
"slotId": "string",
"date": "2019-08-24",
"type": "CHECK_IN",
"occurredAt": "2019-08-24T14:15:22.123Z",
"note": "string",
"reason": "string"
}'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "CR-100001",
"field": "string",
"message": "string"
}
],
"result": {
"id": "string",
"date": "2019-08-24",
"slotId": "string",
"outcome": "PENDING",
"reasonId": "string",
"checkInAt": "string",
"checkOutAt": "string",
"isLate": true,
"lateMinutes": 0,
"isEarlyLeave": true,
"earlyLeaveMinutes": 0,
"missingCheckIn": true,
"missingCheckOut": true,
"workMinutes": 0,
"note": "string"
}
}