Authorization: Bearer ********************
{
"sec_uid":"",
"type":"",
"proxy":"false"
}
curl --location --request POST 'https://api.moreapi.cn/api/billboard/user_fans_interest' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"sec_uid":"",
"type":"",
"proxy":"false"
}'
{
"code": 0,
"msg": "string",
"data": [
{
"word": "string",
"hot_score": 0
}
]
}