{}
curl --location --request POST '/api/v1/trending/query' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 0,
"data": [
{
"type": "basic",
"keyWord": "幼",
"count": 1,
"exp": 1651303647
},
{
"type": "basic",
"keyWord": "国",
"count": 1,
"exp": 1651303666
}
],
"msg": ""
}