Authorization: Bearer ********************
curl --location --request POST '/dataplatform/reportDataBatchImport/caizheng' \
--header 'Authorization: Bearer <token>' \
--form 'file=@"D:\\home\\li\\downloads\\YB2025.06(打印版)_dev.xls"' \
--form 'dataTime="2025-07"'
{
"msg": "string",
"code": 0
}