{ "question": "坦克最先应用于哪场战争", "offset": 0, "count": 10 }
curl --location --request POST '/souti/search' \ --header 'Content-Type: application/json' \ --data-raw '{ "question": "坦克最先应用于哪场战争", "offset": 0, "count": 10 }'
{ "code": 0, "msg": "string", "data": { "results": [ { "type": 0, "question": "string", "answer": "string" } ], "total": 0, "source": "string" } }