curl --location --request GET 'https://dev-api.inwantaiwan.com/api/cms/v1/event/flash-sale' \
--header 'Accept: application/json' \
--header 'Authorization: 239|kG4OTKNjeGKfso4PPtIq8QHZ0UqydsT7tcz9ouVAe077b965239|kG4OTKNjeGKfso4PPtIq8QHZ0UqydsT7tcz9ouVAe077b965'
{
"data": {
"information": {
"name": "12:12",
"start_time": "2024-11-04T22:24:15.000000Z",
"end_time": "2025-05-16T22:24:20.000000Z",
"status": "active"
},
"products": [
{
"id": 36,
"name": "new product",
"image": null,
"variants": [
{
"id": 30,
"sku": "89178273",
"name": "Red",
"original_price": {
"price": 20000,
"distributor_price": 15000
},
"stock": 20,
"original_stock": 20,
"discount": {
"type": "percentage",
"amount": 10,
"final_price": 100
},
"status": "active"
},
{
"id": 31,
"sku": "89178271",
"name": "Blue",
"original_price": {
"price": 20000,
"distributor_price": 15000
},
"stock": 10,
"original_stock": 20,
"discount": {
"type": "percentage",
"amount": 50
},
"status": "inactive"
}
]
}
]
}
}