curl --location --request GET 'http://dev-cn.your-api-server.com/douyin/user/?user_id=6&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InVzZXIzIiwiaWQiOjYsImV4cCI6MTY5MzMxNzE5NywiaXNzIjoiZ3MifQ.mKJ_lSWkWmaHcotD-xSn9XQxaFo4HYMKfIXpJSRYxsU'
{ "status_code": 0, "status_msg": "string", "user": { "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 } }