curl --location --request GET 'https://dev-api.inwantaiwan.com/api/cms/v1/digital-order/statistic?period_type=weekly' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"period_name": "2025-11-25",
"total": 0
},
{
"period_name": "2025-11-26",
"total": 0
},
{
"period_name": "2025-11-27",
"total": 236
},
{
"period_name": "2025-11-28",
"total": 0
},
{
"period_name": "2025-11-29",
"total": 280
},
{
"period_name": "2025-11-30",
"total": 365.5
},
{
"period_name": "2025-12-01",
"total": 877.5
}
]
}