Authorization: Bearer ********************curl --location 'https://batchjob-test.shengsuanyun.com/batch/v1/templates:validate-rows' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"templateId": "string",
"rows": [
{
"values": {
"property1": "string",
"property2": "string"
}
}
]
}'{
"valid": true,
"rowErrors": [
{
"rowIndex": 0,
"fieldKey": "string",
"error": "string"
}
]
}