curl --location 'https://open.echotik.live/api/v3/echotik/live/trend?room_id=7655115968440175381&page_num=1&page_size=10' \
--header 'Authorization: Basic <encoded-value>'{
"code": 0,
"message": "success",
"data": [
{
"room_id": "7655115968440175381",
"snapshot_time": 1782355500,
"total_enter_count_cnt": 46862,
"total_followers_cnt": 2287429,
"total_followers_incr_cnt": 0,
"total_sale_cnt": 16784,
"total_sale_gmv_amt": 158058,
"total_sale_gmv_incr_amt": 0,
"total_sale_incr_cnt": 0,
"total_user_count_cnt": 1278
}
],
"requestId": "630dcb23-cb93-49eb-a0f6-d5d2ef950983"
}