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