curl --location 'http://192.168.1.76:8081/system/user/' \
--header 'fmfauthorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6Ijk0MzNhZmU2LTIzMWYtNGZjZi1iYTRmLWMxNzAxNDMxYmVkZiJ9.UGRopckd3axXiTU306jSC0-_EcOQvjy0PQob-wUkLBrNjdWPiwxUZsnEDsIeYMlskYim_HyaEh_393SFDFAlWw' \
--header 'Content-Type: application/json' \
--data '{
"userType": "string",
"companyId": "string",
"deptId": 0,
"email": "string",
"nickName": "string",
"password": "string",
"postIds": [
0
],
"remark": "string",
"roleIds": [
"string"
],
"sex": "string",
"status": "string",
"userName": "string"
}'