curl --location --request GET 'https://dev-api.inwantaiwan.com/api/cms/v2/member/summary?range_selection' \
--header 'Accept: application/json'
{
"data": {
"total_customer": 0,
"total_reseller": 0,
"total_distributor": 0,
"total_sales": 0,
"total_transaction": 0
}
}