curl --location --request GET 'https://dev-api.inwantaiwan.com/api/cms/v1/dashboard/product/statistic?period_type=monthly'
{
"data": {
"period_type": "monthly",
"charts": [
{
"value": 530,
"date": "Week 1"
},
{
"value": 349,
"date": "Week 2"
},
{
"value": 453,
"date": "Week 3"
},
{
"value": 530,
"date": "Week 4"
}
],
"click_rate_comparasion": {
"total": 1862,
"type": "increase",
"percentage": 100
},
"total_click_product": 6
}
}