US,如果使用其他地区,如:VN,请自行携带Cookie,否则无法获取数据。US以外的地区数据。f"{TikHub_Domain}/api/v1/tiktok/web/get_live_room_id"接口获取直播间id(room_id)。f"{TikHub_Domain}/api/v1/tiktok/app/v3/fetch_live_room_info"接口获取直播间信息。$.data.data.owner.id_str字段的值作为主播id(author_id)。US, if you use other regions, such as: VN, please bring your own Cookie, otherwise you will not be able to get data.US.f"{TikHub_Domain}/api/v1/tiktok/web/get_live_room_id" to get the live room id (room_id).f"{TikHub_Domain}/api/v1/tiktok/app/v3/fetch_live_room_info" to get the live room information.$.data.data.owner.id_str as the anchor id (author_id).Authorization: Bearer ********************curl --location --request GET '/api/v1/tiktok/app/v3/fetch_live_room_product_list?room_id=7420741353250507562&author_id=7408859677050274859&page_size&offset®ion&cookie' \
--header 'Authorization: Bearer <token>'{}