curl --location '/indices//documents?db_type=undefined' \
--header 'authorization;' \
--header 'X-Task-Id;' \
--header 'Content-Type: application/json' \
--data '[
{
"property1": "string",
"property2": "string"
}
]'{
"success": true,
"message": "string",
"total_indexed": 0,
"total_submitted": 0
}