{
"success": true,
"message": "Berhasil menampilkan produk yang akan kadaluarsa",
"data": [
{
"id": 5,
"product_id": 55,
"batch_code": "BATCH002",
"expire_date": "2024-10-20",
"stock": 30,
"status": "EXPIRED",
"product": {
"id": 55,
"original_product_id": 63,
"sku": "SS-001",
"name": "BG SKIN Glow Ivory Sunscreen",
"thumbnail_url": "http://localhost:8000/storage/product_thumbnails/4NUOG0XnwnkIlG4CEF9OQF5yCym7CrlTnLVMaxTF.jpg"
}
}
],
"meta": {
"current_page": 1,
"last_page": 1,
"per_page": 10,
"total_data": 1
}
}