{
"staffPhoto": "string",
"id": 0,
"mobile": "string",
"username": "string",
"timeOfEntry": "string",
"workNumber": "string",
"correctionTime": "string",
"departmentId": 0,
"formOfEmployment": 0
}
curl --location --request PUT 'https://heimahr.itheima.net/api/sys/user/' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"staffPhoto": "string",
"id": 0,
"mobile": "string",
"username": "string",
"timeOfEntry": "string",
"workNumber": "string",
"correctionTime": "string",
"departmentId": 0,
"formOfEmployment": 0
}'
{
"success": true,
"code": 0,
"data": {
"id": "string"
},
"message": "string"
}