curl --location --request GET 'https://test-api.yunjishop.cn/report/memberOverview/getNewUserBarChart/1' \
--header 'Authorization: {{admin_token}}'
{
"code": 200,
"msg": "操作成功",
"trace": "auto-generate:2e35890e-5179-4a20-8929-7e8ff5015a00",
"data": [
{
"time": "2023-11-11",
"qty": 0
},
{
"time": "2023-11-12",
"qty": 0
},
{
"time": "2023-11-13",
"qty": 6
},
{
"time": "2023-11-14",
"qty": 2
},
{
"time": "2023-11-15",
"qty": 2
},
{
"time": "2023-11-16",
"qty": 7
},
{
"time": "2023-11-17",
"qty": 2
}
]
}