curl --location --request GET 'http://dev-cn.your-api-server.com/douyin/favorite/list/?user_id=4&token= eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImhhbmdlciIsImlkIjo0LCJleHAiOjE2OTMwNDM2MzgsImlzcyI6ImdzIn0.mdiYMCDBEN0RpZgsUpbdLyJv7L4_jq_CDpgsXdWXen0'{
"status_code": "string",
"status_msg": "string",
"video_list": [
{
"id": 0,
"author": {
"id": 0,
"name": "string",
"follow_count": 0,
"follower_count": 0,
"is_follow": true,
"avatar": "string",
"background_image": "string",
"signature": "string",
"total_favorited": "string",
"work_count": 0,
"favorite_count": 0
},
"play_url": "string",
"cover_url": "string",
"favorite_count": 0,
"comment_count": 0,
"is_favorite": true,
"title": "string"
}
]
}