curl --location --request GET '/douyin/favorite/list/?user_id=&token'
{
"status_code": "string",
"status_msg": "string",
"video_list": [
{
"id": 0,
"author": {
"id": 0,
"name": "string",
"follow_count": 0,
"follower_count": 0,
"is_follow": true
},
"play_url": "string",
"cover_url": "string",
"favorite_count": 0,
"comment_count": 0,
"is_favorite": true,
"title": "string"
}
]
}