curl --location --request GET 'https://bit101.flwfdd.xyz/user/info/0' \
--header 'fake-cookie: {{fake_cookie}}'
{
"user": {
"id": 0,
"create_time": "string",
"nickname": "string",
"avatar": {
"mid": "string",
"url": "string",
"low_url": "string"
},
"motto": "string",
"identity": {
"id": 0,
"color": "string",
"text": "string"
}
},
"following_num": 0,
"follower_num": 0,
"following": true,
"follower": true,
"own": true
}