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