Authorization: Bearer ********************{
"Username": "string",
"Email": "user@example.com",
"Password": "123456",
"Nickname": "新用户",
"Role": 1
}curl --location '/Admin/User/AddUser' \
--header 'Content-Type: application/json' \
--data-raw '{
"Username": "string",
"Email": "user@example.com",
"Password": "123456",
"Nickname": "新用户",
"Role": 1
}'{
"Success": true,
"Message": "string"
}