{
"content": "string",
"title": "string",
"filename": "string",
"path_or_url": "string",
"metadata": {
"property1": "string",
"property2": "string"
}
}curl --location --request PUT '/indices//chunk/?db_type' \
--header 'authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string",
"title": "string",
"filename": "string",
"path_or_url": "string",
"metadata": {
"property1": "string",
"property2": "string"
}
}'null