items: 标签列表hashtagID: 标签IDhashtagName: 标签名称industryIDs: 所属行业ID列表popularityCurve: 热度曲线publishCnt: 发布数量rankIndex: 排名topCreators: 头部创作者vv: 观看量pagination: 分页信息 (page / limit / totalCount / hasMore)items: Hashtag list (hashtagID / hashtagName / industryIDs / popularityCurve / publishCnt / rankIndex / topCreators / vv)pagination: Pagination info (page / limit / totalCount / hasMore)Authorization: Bearer ********************{
"time_range": 7,
"country_code": "US",
"page": 1,
"limit": 20
}curl --location 'https://api.tikomni.com/api/u1/v1/tiktok/ads/get_trends_hashtag_list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"time_range": 7,
"country_code": "US",
"page": 1,
"limit": 20
}'{}