curl --location --request GET 'http://www.likeadmin.localhost/adminapi/setting.hot_search/getConfig' \
--header 'token: {{token}}'
{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"status": 0,
"data": [
{
"keyword": "string",
"sort": 0
}
]
}
}