curl --location --request GET 'http://dev-cn.your-api-server.com/douyin/relation/follower/list/?id=&string='
{ "status_code": "string", "status_msg": "string", "user_list": [ { "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 } ] }