Authorization: ********************curl --location 'https://batchjob-test.shengsuanyun.com/batch/v1/templates/validate' \
--header 'Authorization: <api-key>' \
--form 'template_id=""' \
--form 'file=@""'{
"valid": true,
"fileErrors": [
"string"
],
"rowErrors": [
{
"rowIndex": 0,
"fieldKey": "string",
"error": "string"
}
]
}