curl --location --request GET 'https://dev-api.inwantaiwan.com/api/cms/v1/member/statistic?period_type=weekly' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'
{
"data": {
"total_customer": {
"ios": 0,
"android": 7793
},
"total_reseller": {
"ios": 0,
"android": 33
},
"total_distributor": {
"ios": 0,
"android": 4
},
"statistic": [
{
"period_name": "2024-10-01",
"total": {
"ios": 0,
"android": 0
}
},
{
"period_name": "2024-11-01",
"total": {
"ios": 0,
"android": 0
}
},
{
"period_name": "2024-12-01",
"total": {
"ios": 0,
"android": 0
}
},
{
"period_name": "2025-01-01",
"total": {
"ios": 0,
"android": 16
}
},
{
"period_name": "2025-02-01",
"total": {
"ios": 0,
"android": 12
}
},
{
"period_name": "2025-03-01",
"total": {
"ios": 0,
"android": 4179
}
},
{
"period_name": "2025-04-01",
"total": {
"ios": 0,
"android": 2415
}
},
{
"period_name": "2025-05-01",
"total": {
"ios": 0,
"android": 1169
}
},
{
"period_name": "2025-06-01",
"total": {
"ios": 0,
"android": 11
}
},
{
"period_name": "2025-07-01",
"total": {
"ios": 0,
"android": 21
}
},
{
"period_name": "2025-08-01",
"total": {
"ios": 0,
"android": 7
}
},
{
"period_name": "2025-09-01",
"total": {
"ios": 0,
"android": 0
}
}
]
}
}