curl --location --request GET 'https://dev-api.inwantaiwan.com/api/cms/v1/product/top-sales' \
--header 'Accept: application/json' \
--header 'Authorization: 239|kG4OTKNjeGKfso4PPtIq8QHZ0UqydsT7tcz9ouVAe077b965239|kG4OTKNjeGKfso4PPtIq8QHZ0UqydsT7tcz9ouVAe077b965'
{
"data": [
{
"id": 0,
"name": "string",
"image": "string",
"total_sold": 0,
"total_sale": 0
}
]
}