{
"sec_uid":"MS4wLjABAAAAeYieCW7Pj5O1UK9slPzMKdZdPZaALVzuovX2T2wxwffeuBO1P1pw6xS6TgH0kRpL",
"type":"search"
}
curl --location --request POST '/api/billboard/user_fans_interest' \
--header 'Content-Type: application/json' \
--data-raw '{
"sec_uid":"MS4wLjABAAAAeYieCW7Pj5O1UK9slPzMKdZdPZaALVzuovX2T2wxwffeuBO1P1pw6xS6TgH0kRpL",
"type":"search"
}'
{
"code": 0,
"msg": "string",
"data": [
{
"word": "string",
"hot_score": 0
}
]
}