curl --location 'https://router.shengsuanyun.com/api/v1/batch/user-template-workbook:validate' \
--header 'Content-Type: application/json' \
--data '{
"templateId": "string",
"versionId": "string",
"content": "string"
}'{
"valid": true,
"fileErrors": [
"string"
],
"rowErrors": [
{
"rowIndex": 0,
"fieldKey": "string",
"error": "string"
}
]
}