curl --location --request GET '/adminapi/setting.hot_search/getConfig' \
--header 'admin-token: 46055299183372a13571170dac053cc4' \
--header 'shop-token: {{shop-token}}' \
--header 'api-token: {{api-token}}'
{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"status": 0,
"data": [
{
"keyword": "string",
"sort": 0
}
]
}
}