curl --location --request POST 'https://router.shengsuanyun.com/api/v1/templates:validate-rows' \
--header 'Content-Type: application/json' \
--data-raw '{
"templateId": "string",
"rows": [
{
"values": {
"property1": "string",
"property2": "string"
}
}
]
}'{
"valid": true,
"rowErrors": [
{
"rowIndex": 0,
"fieldKey": "string",
"error": "string"
}
]
}