{
"brand": "wx",
"startTime": "2024-06-01 00:00:00",
"endTime": "2024-06-21 00:00:00",
"isfirstBuy": "0",
"dateType": 1
}
curl --location --request POST 'http://127.0.0.1:8080/user/countGoodsGroup' \
--header 'X-Access-Token: 0611' \
--header 'Content-Type: application/json' \
--data-raw '{
"brand": "wx",
"startTime": "2024-06-01 00:00:00",
"endTime": "2024-06-21 00:00:00",
"isfirstBuy": "0",
"dateType": 1
}'
{}