Authorization: ********************curl --location 'https://loomloom.shengsuanyun.com/batch/loom/v1/officialTemplates/:validateRows' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"callbackUrl": "string",
"clientRequestId": "string",
"rows": [
{
"property1": "string",
"property2": "string"
}
]
}'{
"fileErrors": [
"string"
],
"rowErrors": [
{
"error": "string",
"fieldKey": "string",
"rowIndex": 0
}
],
"valid": true
}