curl --location --request GET 'https://dev-api.inwantaiwan.com/api/cms/v1/member/export?period_type=weekly' \
--header 'Accept: application/json'
{
"data": {
"total_customer": 30,
"total_reseller": 1,
"total_distributor": 1,
"statistic": [
{
"period_name": "2025-01-01",
"total": 17
},
{
"period_name": "2025-02-01",
"total": 5
},
{
"period_name": "2025-03-01",
"total": 11
}
]
}
}