curl --location --request GET 'https://dev-api.inwantaiwan.com/api/cms/v1/digital-order/statistic-by-platform?period_type=weekly' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"period_name": "2025-01-01",
"ios": 0,
"android": 0,
"other": 0
},
{
"period_name": "2025-02-01",
"ios": 0,
"android": 0,
"other": 0
},
{
"period_name": "2025-03-01",
"ios": 0,
"android": 0,
"other": 0
},
{
"period_name": "2025-04-01",
"ios": 0,
"android": 0,
"other": 0
},
{
"period_name": "2025-05-01",
"ios": 0,
"android": 0,
"other": 0
},
{
"period_name": "2025-06-01",
"ios": 0,
"android": 0,
"other": 0
},
{
"period_name": "2025-07-01",
"ios": 0,
"android": 0,
"other": 0
},
{
"period_name": "2025-08-01",
"ios": 0,
"android": 0,
"other": 0
},
{
"period_name": "2025-09-01",
"ios": 0,
"android": 0,
"other": 0
},
{
"period_name": "2025-10-01",
"ios": 0,
"android": 0,
"other": 0
},
{
"period_name": "2025-11-01",
"ios": 0,
"android": 0,
"other": 6
},
{
"period_name": "2025-12-01",
"ios": 0,
"android": 0,
"other": 7
}
]
}