curl --location -g --request GET 'https://dev-api.inwantaiwan.com/api/apps/v1/product?filter[search]=&filter[price]=&filter[category_id]=&sort_by=&order[by]&order[dir]&page=&limit=' \
--header 'Accept: application/json' \
--header 'X-App-Locale: en'
{
"data": [
{
"id": 1,
"name": "suscipio vos consequatur",
"is_available": true,
"variant": {
"id": 10,
"name": "beatus vado pectus",
"price": 50,
"final_price": 25,
"image": "https://picsum.photos/seed/8EEPGmqDhb/1627/83",
"flash_sale": {
"status": "active",
"start_time": "2024-10-13T15:14:28.688Z",
"end_time": "2024-10-13T14:26:32.919Z"
},
"discount": {
"type": "percentage",
"amount": 50
}
},
"rep": {
"rating": 4.5,
"total_sold": 10000
}
}
],
"meta": {
"current_page": 1,
"from": 1,
"last_page": 20,
"links": [
{
"url": "https://babyish-soup.info/",
"label": -58965725,
"active": true
}
],
"path": "non",
"per_page": 10,
"to": 2,
"total": 3000
},
"links": {
"first": "anim do aliquip",
"last": "labore anim",
"prev": "aute",
"next": "nisi"
},
"filter": {
"price_range": {
"min": 3000,
"max": 50000
},
"categories": [
{
"product_category_id": 1,
"name": "Debitis quidem sint.",
"total": 1
},
{
"product_category_id": 2,
"name": "A ut maiores et.",
"total": 7
},
{
"product_category_id": 5,
"name": "Saepe sed eos.",
"total": 3
},
{
"product_category_id": 7,
"name": "Minus qui aliquam.",
"total": 2
}
]
}
}