curl --location --request GET '/douyin/user/?user_id=&token='
{
"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
}
}