Authorization: Bearer ********************{
"question": "string",
"debug": false
}curl --location --request POST 'http://10.12.186.133:30924/hub/ai/query' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"question": "string",
"debug": false
}'{
"code": 0,
"msg": "",
"data": ""
}