curl --location --request GET '/adminapi/panel/salesStatistics/list' \
--header 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJseWVjc0AyMDIzIiwiYXVkIjoiIiwiaWF0IjoxNzcwMTkyNjg0LCJuYmYiOjE3NzAxOTI2ODQsImV4cCI6MTc3MTQ4ODY4NCwiZGF0YSI6eyJhcHBJZCI6IjEiLCJ1dWlkIjoiMWZlMzNjOWY4MGZkYTg0NzcyMTRhMzcwZmRjNzM3MDQifX0.IfHrDPDf_7VMF2QcHrRdLlu6s50fDPBD-svlGpj0EFE' \
--header 'X-Shop-Id: 0' \
--header 'x-vendor-id;' \
--header 'x-admin-type: admin'{
"salesData": {
"productPayment": 0,
"productPaymentGrowthRate": 0,
"productRefund": 0,
"prevProductRefund": 0,
"productRefundGrowthRate": 0,
"rechargeAmount": 0,
"rechargeAmountGrowthRate": 0,
"turnover": 0,
"turnoverGrowthRate": 0,
"balancePayment": 0,
"balancePaymentGrowthRate": 0
},
"salesStatisticsData": {
"horizontalAxis": [
"string"
],
"longitudinalAxis": [
0
]
}
}