curl --location --request GET '/api/admin/statistics/home/chart/user/buy' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'{
"code": 0,
"data": {
"property1": 0,
"property2": 0
},
"message": "string"
}