Authorization: Bearer ********************{
"avatar": "string",
"createBy": 0,
"deptId": 0,
"email": "string",
"nickName": "string",
"password": "string",
"phone": "string",
"postId": 0,
"remark": "string",
"roleIds": [
0
],
"sex": "string",
"status": "2",
"updateBy": 0,
"userId": 0,
"username": "string"
}curl --location --request POST 'http://gin-user-center.jinxinapp.cn/api/v1/sys-user' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"avatar": "string",
"createBy": 0,
"deptId": 0,
"email": "string",
"nickName": "string",
"password": "string",
"phone": "string",
"postId": 0,
"remark": "string",
"roleIds": [
0
],
"sex": "string",
"status": "2",
"updateBy": 0,
"userId": 0,
"username": "string"
}'{
"code": 0,
"msg": "string",
"requestId": "string",
"status": "string"
}