Authorization: Bearer ********************
curl --location --request POST '/personnelSalaryManage/fileImport?purchaseMonth=2024-08' \
--header 'Authorization: Bearer <token>' \
--form 'file=@"D:\\harecles\\Downloads\\社保公积金模版.xlsx"'
{
"status": "OK",
"headers": {},
"body": {
"": {}
}
}