{
"data": [
{
"id": 1,
"name": "FIrst Product",
"variant": {
"id": 1,
"concat_id": "2_5",
"name": "XL - Red",
"price": 100000,
"final_price": 95000,
"image": "https://picsum.photos/seed/picsum/200/300",
"discount": {
"type": "flat",
"amount": 5000
}
},
"stock": 50,
"sold_flash_sale": 0
}
],
"links": {
"first": "http://localhost/api/apps/v1/product/flash-sale?page=1",
"last": "http://localhost/api/apps/v1/product/flash-sale?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://localhost/api/apps/v1/product/flash-sale?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"path": "http://localhost/api/apps/v1/product/flash-sale",
"per_page": 15,
"to": 1,
"total": 1
}
}