curl --request POST \
--url https://api.chaindesk.ai/datastores/query/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"topK": 123,
"filters": {
"custom_ids": [
"<string>"
],
"datasource_ids": [
"<string>"
]
}
}
'