curl --location --request GET '/douyin/relation/follow/list/?token&user_id'
{ "status_code": 0, "status_msg": "follow list success", "user_list": [ { "id": 3, "name": "Amy", "follow_count": 0, "follower_count": 1, "is_follow": false } ] }