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