{
"keywords": "Go教程",
"page": 1,
"pageSize": 10
}curl --location '/api/v1/article/searchArticle' \
--header 'Content-Type: application/json' \
--data '{
"keywords": "Go教程",
"page": 1,
"pageSize": 10
}'{
"code": 0,
"data": null,
"msg": "string"
}