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