# 获取热门课程/Get hot courses
GET /fetch_creator_hot_course?order=1&limit=24&offset=0
# 获取知识品类精选专题/Get knowledge category selected topics
GET /fetch_creator_hot_course?order=1&limit=24&offset=0&category_id=6976547830546582816
# 获取美食品类精选专题/Get food category selected topics
GET /fetch_creator_hot_course?order=1&limit=24&offset=0&category_id=6976547972108635404Authorization: Bearer ********************curl --location --request GET 'https://api.tikomni.com/api/u1/v1/douyin/creator/fetch_creator_hot_course?order=1&limit=24&offset&category_id' \
--header 'Authorization: Bearer <token>'{}