Authorization: Bearer ********************
{
"hot_type":"hot"
}
curl --location --request POST 'https://api.moreapi.cn/api/weibo/hot_search' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"hot_type":"hot"
}'
{}