{
"createDept": 922337203685477600,
"createBy": 922337203685477600,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 922337203685477600,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"userId": 922337203685477600,
"nickName": "string",
"email": "string",
"phonenumber": "string",
"sex": "string"
}
curl --location --request PUT 'http://192.168.20.159:8080/system/user/profile' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"createDept": 922337203685477600,
"createBy": 922337203685477600,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 922337203685477600,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"userId": 922337203685477600,
"nickName": "string",
"email": "string",
"phonenumber": "string",
"sex": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}