token: ********************{
"current": 1,
"size": 10,
"keyword": "经济"
}curl --location --request POST 'http://www.52plan.cn:9092/prod/web/search' \
--header 'token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 1,
"size": 10,
"keyword": "经济"
}'{
"code": 0,
"msg": "请求成功",
"data": {
"nameValuePairs": {
"": {}
}
}
}