{
"id": 0,
"deptId": 0,
"tenantId": 0,
"loginName": "string",
"password": "string",
"accountType": 0,
"nickname": "string",
"mobile": "string",
"email": "string",
"avatar": "string",
"status": 0,
"created": "string",
"createdBy": 0,
"modified": "string",
"modifiedBy": 0,
"remark": "string",
"metaData": {
"key": {}
},
"roleIds": [
0
],
"positionIds": [
0
]
}curl --location '/public-api/v1/sysAccount/updateProfile' \
--header 'Authorization: Bearer 593c8a84a01746ed96abfb26c15d2103' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"deptId": 0,
"tenantId": 0,
"loginName": "string",
"password": "string",
"accountType": 0,
"nickname": "string",
"mobile": "string",
"email": "string",
"avatar": "string",
"status": 0,
"created": "string",
"createdBy": 0,
"modified": "string",
"modifiedBy": 0,
"remark": "string",
"metaData": {
"key": {}
},
"roleIds": [
0
],
"positionIds": [
0
]
}'{
"errorCode": 0,
"message": "",
"data": null
}