{
"success": true,
"message": "Berhasil menampilkan riwayat stok produk",
"data": [
{
"id": 15,
"product_id": 3,
"changes": -3,
"previous_stock": 97,
"reason": "Transaksi Penjualan #INV-20251012-3584",
"created_at": "2025-10-12T10:18:07.000000Z",
"updated_at": "2025-10-12T10:18:07.000000Z",
"created_by": null,
"updated_by": null
},
{
"id": 14,
"product_id": 3,
"changes": -3,
"previous_stock": 97,
"reason": "Transaksi Penjualan #INV-20251011-7226",
"created_at": "2025-10-11T12:07:21.000000Z",
"updated_at": "2025-10-11T12:07:21.000000Z",
"created_by": null,
"updated_by": null
}
]
}