curl --location --request POST 'http://dev-cn.your-api-server.com/vehicle/validateFile' \
--form 'file=@""'
{
"code": 0,
"data": {
"directory": "string",
"errorList": [
{
"dataMsg": "string",
"errMsg": "string"
}
],
"status": "error",
"total": 0
},
"msg": "string"
}