Authorization: Bearer ********************
{
"page":1,
"size":10,
"timeRange":{
"startTime":1696531200,
"endTime":1702653360
}
}
curl --location --request POST '/api/statistics/pc/order/province' \
--header 'Content-Type: application/json' \
--data-raw '{
"page":1,
"size":10,
"timeRange":{
"startTime":1696531200,
"endTime":1702653360
}
}'
{}