{ "id": 0, "name": "string", "phone": "string", "password": "string", "email": "string", "deleted": true, "createTime": "string", "updateTime": "string", "createBy": "string", "updateBy": "string" }
curl --location --request PUT 'http://dev-cn.your-api-server.com/user/' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 0, "name": "string", "phone": "string", "password": "string", "email": "string", "deleted": true, "createTime": "string", "updateTime": "string", "createBy": "string", "updateBy": "string" }'
{ "code": 0, "message": "", "data": null }