curl --location --request GET 'https://dev-api.inwantaiwan.com/api/cms/v1/member/statistic' \
--header 'Accept: application/json'
{
"data": {
"total_customer": 1,
"total_reseller": 0,
"total_distributor": 0,
"statistic": [
{
"total_members": 0,
"year_month": "2024-06"
},
{
"total_members": 0,
"year_month": "2024-07"
},
{
"total_members": 0,
"year_month": "2024-08"
},
{
"total_members": 0,
"year_month": "2024-09"
},
{
"total_members": 0,
"year_month": "2024-10"
},
{
"total_members": 0,
"year_month": "2024-11"
},
{
"total_members": 1,
"year_month": "2024-12"
}
]
}
}