curl --location --request GET 'https://dev-api.inwantaiwan.com/api/cms/v1/digital-order/statistic-total?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": 1
},
{
"period_name": "2025-11-28",
"total": 0
},
{
"period_name": "2025-11-29",
"total": 2
},
{
"period_name": "2025-11-30",
"total": 2
},
{
"period_name": "2025-12-01",
"total": 4
}
]
}