curl --location --request GET '/admin-api/statistics/member/area-statistics-list' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053'{
"code": 0,
"data": [
{
"areaId": 1,
"areaName": "浙江省",
"userCount": 1024,
"orderCreateUserCount": 1024,
"orderPayUserCount": 512,
"orderPayPrice": 622
}
],
"msg": "string"
}