{
"id": "4rgri3u2J1aBNxJB-odH_",
"userName": "乙梓馨",
"dept": "单位",
"position": "职位",
"mobileOffice": "办公电话",
"mobilePhone": "手机电话",
"createBy": "",
"updateBy": "",
"createTime": "",
"updateTime": "",
"isDeleted": ""
}
curl --location --request POST 'http://114.255.31.92:8080/api/v1/app/addUser' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "4rgri3u2J1aBNxJB-odH_",
"userName": "乙梓馨",
"dept": "单位",
"position": "职位",
"mobileOffice": "办公电话",
"mobilePhone": "手机电话",
"createBy": "",
"updateBy": "",
"createTime": "",
"updateTime": "",
"isDeleted": ""
}'
{
"code": "",
"data": false,
"msg": ""
}