curl --location --request PUT 'http://127.0.0.1:8000/admin/list/2' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "integer",
"nickname": "柯雅婷",
"sex": "1",
"mobile": "19268206024",
"email": "lm1sbt_frx@yeah.net",
"dept_id": 1
}'
{
"data": [],
"success": true,
"msg": "ok",
"showType": 0
}