curl --request POST \
--url https://app.textql.com/v2/chats \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"question": "<string>",
"chat_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"tools": {
"connector_ids": [
123
],
"sql_enabled": true,
"python_enabled": true,
"web_search_enabled": true,
"ontology_enabled": true,
"tableau_enabled": true,
"powerbi_enabled": true,
"google_drive_enabled": true
},
"connector_ids": [
123
]
}
'