curl --location --request GET '/adminapi/panel/salesStatistics/salesDetail' \
--header 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJseWVjc0AyMDIzIiwiYXVkIjoiIiwiaWF0IjoxNzcwMTkyNjg0LCJuYmYiOjE3NzAxOTI2ODQsImV4cCI6MTc3MTQ4ODY4NCwiZGF0YSI6eyJhcHBJZCI6IjEiLCJ1dWlkIjoiMWZlMzNjOWY4MGZkYTg0NzcyMTRhMzcwZmRjNzM3MDQifX0.IfHrDPDf_7VMF2QcHrRdLlu6s50fDPBD-svlGpj0EFE' \
--header 'X-Shop-Id: 0' \
--header 'x-vendor-id;' \
--header 'x-admin-type: admin'{
"salesData": {
"productView": 0,
"productViewGrowthRate": 0,
"productVisitor": 0,
"productVisitorGrowthRate": 0,
"orderNum": 0,
"orderNumGrowthRate": "string",
"paymentAmount": 0,
"paymentAmountGrowthRate": 0,
"refundAmount": 0,
"refundAmountGrowthRate": "string",
"refundQuantity": 0,
"refundQuantityGrowthRate": "string"
},
"salesStatisticsData": {
"horizontalAxis": [
"string"
],
"longitudinalAxisPaymentAmount": [
0
],
"longitudinalAxisRefundAmount": [
0
],
"longitudinalAxisProductView": [
0
],
"longitudinalAxisProductVisitor": [
0
]
}
}