{
"id": 0,
"name": "string",
"account": "string",
"phone": "string",
"companyId": 0,
"deptId": 0,
"status": 0,
"againPassword": "string",
"roleIds": [
0
]
}
curl --location --request PUT 'https://travel.daoziji.com/user/user/modifyUser' \
--header 'Authentication;' \
--header 'token: 59488631878869803924403251' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"account": "string",
"phone": "string",
"companyId": 0,
"deptId": 0,
"status": 0,
"againPassword": "string",
"roleIds": [
0
]
}'
{}