curl --location --request GET '127.0.0.1:8094/douyin/relation/follower/list/'
{ "status_code": "string", "status_msg": "string", "user_list": [ { "id": 0, "name": "string", "follow_count": 0, "follower_count": 0, "is_follow": true } ] }