curl --location '/Search/Query' \
--header 'X-Access-Token: access_token_from_admin' \
--header 'Content-Type: application/json' \
--data '{
"query": "深圳科技",
"category": "all",
"offset": 0,
"limit": 10,
"include_raw": false,
"a8_scene": 0,
"code_type": 0,
"code_version": 0,
"cursor": "string",
"opcode": 0,
"path": "page/search/mobile_jump",
"protocol_scene": 0,
"scene": 4812,
"search_id": "string",
"type": 53
}'{
"Code": 0,
"Data": {},
"Message": "成功",
"Success": true,
"request_id": "request-00000001"
}