curl --location --request GET '/admin-api/statistics/member/summary' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053'{
"code": 0,
"data": {
"userCount": 1024,
"rechargeUserCount": 221,
"rechargePrice": 1024,
"expensePrice": 1024
},
"msg": "string"
}