{
"status": "success",
"message": "Overtime found",
"data": {
"id": 1,
"user_id": 3,
"overtime_date": "2025-09-28",
"request_date": "2025-09-27",
"start_time": "18:00:00",
"end_time": "21:00:00",
"duration": 3,
"notes": "Working on project deadline",
"status": 1,
"approved_by": null,
"created_at": "2025-09-28T04:30:46.000000Z",
"updated_at": "2025-09-28T04:30:46.000000Z",
"deleted_at": null,
"employee": {
"id": 3,
"name": "Jane Doe",
"email": "jane.doe@example.com",
"email_verified_at": null,
"tenant_id": 1,
"created_at": "2025-09-28T03:30:09.000000Z",
"updated_at": "2025-09-28T03:30:19.000000Z",
"is_first_login": false,
"first_login_at": "2025-09-28T03:30:19.000000Z",
"deleted_at": null
},
"approver": null
}
}