Authorization: Bearer ********************{
"Nickname": "新用户",
"Avatar": "https://example.com/image.png",
"BackgroundImage": "https://example.com/image.png",
"Birthday": "2000-01-01",
"Signature": "这个人很懒,什么都没写",
"Gender": 0,
"Password": "123456",
"RoleType": 1
}curl --location '/Admin/User/UpdateUserInfo' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"Nickname": "新用户",
"Avatar": "https://example.com/image.png",
"BackgroundImage": "https://example.com/image.png",
"Birthday": "2000-01-01",
"Signature": "这个人很懒,什么都没写",
"Gender": 0,
"Password": "123456",
"RoleType": 1
}'{
"Success": true,
"Message": "string"
}