{
"accountnumber": "string",
"role": 0,
"director": "string",
"phone": "string",
"time": "string",
"utime": "string"
}
curl --location --request POST 'http://172.16.3.245:29880/system/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountnumber": "string",
"role": 0,
"director": "string",
"phone": "string",
"time": "string",
"utime": "string"
}'
{
"data": {
"id": 0,
"accountnumber": "",
"role": 0,
"director": "",
"phone": "",
"time": "",
"utime": ""
},
"code": 0,
"msg": null
}