{
"id": 1024,
"username": "yudao",
"nickname": "芋艿",
"remark": "我是一个用户",
"deptId": 0,
"postIds": 1,
"email": "yudao@iocoder.cn",
"mobile": "15601691300",
"sex": 1,
"avatar": "https://www.iocoder.cn/xxx.png",
"password": "123456"
}
curl --location --request POST '/admin-api/system/user/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1024,
"username": "yudao",
"nickname": "芋艿",
"remark": "我是一个用户",
"deptId": 0,
"postIds": 1,
"email": "yudao@iocoder.cn",
"mobile": "15601691300",
"sex": 1,
"avatar": "https://www.iocoder.cn/xxx.png",
"password": "123456"
}'
{
"code": 0,
"data": 0,
"msg": "string"
}