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