{
"RequestInfo": {},
"batchSize": 0,
"index": "string",
"jobId": "string",
"reindexTopic": "string",
"startTime": 0,
"tenantId": "string",
"totalRecords": 0,
"type": "string"
}
curl --location --request POST 'https://unified-dev.digit.digit.org/index-operations/_reindex' \
--header 'Content-Type: application/json' \
--data-raw '{
"RequestInfo": {},
"batchSize": 0,
"index": "string",
"jobId": "string",
"reindexTopic": "string",
"startTime": 0,
"tenantId": "string",
"totalRecords": 0,
"type": "string"
}'
{
"ResponseInfo": {},
"url": "string",
"totalRecordsToBeIndexed": 0,
"estimatedTime": "string",
"message": "string",
"jobId": "string"
}