curl --location --request POST '/system/user/insert' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6Ijg1ZGQyMjFhLTMwZjQtNDdjNS04MmYxLWJkOWYyM2E0NzIzNyJ9.7cjOFUNC1zh4ojUHyEN4RrF5wkcnRSJKQpQgm1ZSx-pkD21-kHIf1w-5hCaUzb4XFkBxpyNDTfCAvH_2aLotPA' \
--header 'Content-Type: application/json' \
--data-raw '{
"deptId": 100,
"userName": "test",
"nickName": "测试用户",
"password": "123456",
"phonenumber": "13800138000",
"email": "123@123.com",
"sex": "0",
"status": "0",
"remark": "备注",
"postIds": [
4
],
"roleIds": [
2
]
}'