{
"merchantId": 1,
"reportType": "sales",
"period": "week",
"startTime": "string",
"endTime": "string",
"fileFormat": "xlsx"
}curl --location --request POST 'http://10.168.1.163:48080/open-api/v1/statistics/export' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchantId": 1,
"reportType": "sales",
"period": "week",
"startTime": "string",
"endTime": "string",
"fileFormat": "xlsx"
}'{
"code": 0,
"msg": "",
"data": {
"taskId": 0,
"status": 0
}
}