Authorization: Bearer ********************{
"overtime_date": "2025-10-1",
"start_time": "19:00",
"end_time": "20:00",
"notes": "Deployement Production"
}{
"status": "success",
"message": "Overtime created successfully",
"data": {
"id": 20,
"user_id": 1,
"overtime_date": "2025-10-01",
"start_time": "19:00",
"end_time": "20:00",
"duration": 60,
"status": 3,
"status_label": "Rejected",
"notes": "Deployement Production | Auto-rejected: Exceeds maximum daily overtime minutes",
"approved_by": null,
"request_date": null,
"created_at": "2025-10-02 15:47:11",
"updated_at": "2025-10-02 15:47:11"
}
}