X-Access-Token: ********************
{
"startDate": "string",
"endDate": "string",
"consumptionType": 0,
"teamCharsetOrderId": 0,
"brand": "web",
"currentPage": 1,
"pageSize": 10,
"page": 0,
"size": 0,
"eid": 0,
"isFirstBuy": "string",
"context": "string"
}
curl --location --request POST 'http://127.0.0.1:8080/app/generateSevenDaysHistory' \
--header 'Content-Type: application/json' \
--header 'X-Access-Token;' \
--data-raw '{
"startDate": "string",
"endDate": "string",
"consumptionType": 0,
"teamCharsetOrderId": 0,
"brand": "web",
"currentPage": 1,
"pageSize": 10,
"page": 0,
"size": 0,
"eid": 0,
"isFirstBuy": "string",
"context": "string"
}'
{
"SUCCESS": {
"SUCCESS": {
"SUCCESS": {},
"code": 0,
"msg": "",
"data": null
},
"code": 0,
"msg": "",
"data": null
},
"code": 0,
"msg": "",
"data": {}
}