{
"status": 0,
"data": [
{
"name": "string",
"sort": 0
}
]
}
curl --location --request POST 'http://www.likeadmin.localhost/adminapi/setting.hot_search/setConfig' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": 0,
"data": [
{
"name": "string",
"sort": 0
}
]
}'
{
"code": 0,
"show": 0,
"msg": "string",
"data": [
"string"
]
}