Authorization: Bearer ********************curl --location 'https://batchjob-test.shengsuanyun.com/batch/v1/templates:submit-rows' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"templateId": "string",
"rows": [
{
"values": {
"property1": "string",
"property2": "string"
}
}
],
"callbackUrl": "string",
"idempotencyKey": "string"
}'{
"runId": "string",
"status": "string",
"acceptedAt": "string"
}