curl --location --request GET 'https://dev-api.inwantaiwan.com/api/cms/v1/order/statistic?period_type=weekly&os_type=ios' \
--header 'Accept: application/json'
{
"data": [
{
"period_name": "2025-01-01",
"total": 822757
},
{
"period_name": "2025-02-01",
"total": 185209
},
{
"period_name": "2025-03-01",
"total": 110062
},
{
"period_name": "2025-04-01",
"total": 12769
},
{
"period_name": "2025-05-01",
"total": 364401
}
]
}