{
"query": "string",
"lang": "string",
"model": "string",
"pro_search": true,
"history": [
{
"role": "string",
"content": "string"
}
],
"thread_id": 0
}
curl --location --request POST 'https://api.302.ai/302/advanced_search' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"query": "string",
"lang": "string",
"model": "string",
"pro_search": true,
"history": [
{
"role": "string",
"content": "string"
}
],
"thread_id": 0
}'
{}