{
"directory": "string",
"rollType": 0
}
curl --location --request POST 'http://dev-cn.your-api-server.com/vehicle/import' \
--header 'Content-Type: application/json' \
--data-raw '{
"directory": "string",
"rollType": 0
}'
{
"code": 0,
"data": {
"directory": "string",
"errorList": [
{
"dataMsg": "string",
"errMsg": "string"
}
],
"status": "error",
"total": 0
},
"msg": "string"
}