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