curl --location --request GET 'https://dev-api.inwantaiwan.com/api/apps/v1/cart' \
--header 'Accept: application/json'
{
"data": [
{
"id": 2,
"name": "volva uredo concido",
"quantity": 6,
"variant": {
"id": 2,
"concat_id": "6_8",
"name": "Red",
"price": 20000,
"final_price": 14000,
"image": "https://picsum.photos/seed/wo0LAiXWMz/3868/871",
"discount": {
"type": "percentage",
"amount": 30
},
"flash_sale": {
"status": "active",
"start_time": "2024-11-04 22:24:15",
"end_time": "2025-05-16 22:24:20"
}
},
"stock": 20
}
]
}