{
"status": "success",
"message": "Leave Updated Successfully",
"data": {
"id": 1,
"user_id": 3,
"leave_type_id": 1,
"start_date": "2025-10-15",
"end_date": "2025-10-18",
"reason": "Family trip to Bali",
"status": 1,
"attachment": "leave-documents/trip-proof.pdf",
"created_at": "2025-10-10T10:44:10.000000Z",
"updated_at": "2025-10-10T10:47:05.000000Z",
"approvers": [
{
"id": 1,
"approver_id": 1,
"user_id": 3,
"approver_type": "App\\Models\\Leave\\Leave",
"status": 1,
"notes": null,
"created_at": "2025-10-10T10:44:10.000000Z",
"updated_at": "2025-10-10T10:44:10.000000Z"
},
{
"id": 2,
"approver_id": 1,
"user_id": 3,
"approver_type": "App\\Models\\Leave\\Leave",
"status": 1,
"notes": null,
"created_at": "2025-10-10T10:44:10.000000Z",
"updated_at": "2025-10-10T10:44:10.000000Z"
},
{
"id": 4,
"approver_id": 1,
"user_id": 3,
"approver_type": "App\\Models\\Leave\\Leave",
"status": 1,
"notes": null,
"created_at": "2025-10-10T10:47:05.000000Z",
"updated_at": "2025-10-10T10:47:05.000000Z"
},
{
"id": 5,
"approver_id": 1,
"user_id": 3,
"approver_type": "App\\Models\\Leave\\Leave",
"status": 1,
"notes": null,
"created_at": "2025-10-10T10:47:05.000000Z",
"updated_at": "2025-10-10T10:47:05.000000Z"
}
]
}
}