token: ********************
{
"schoolid": "abc20241127",
"name": "黄吉军开放接口测试用户",
"ic_type": "Z",
"ic_number": "111111",
"department": ["000000"],
"type": "L01",
"is_disabled": "0",
"password": "123123"
}
curl --location --request POST 'https://m1.apifoxmock.com/m1/5513456-0-default/openapi/v3/users/detail' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"schoolid": "abc20241127",
"name": "黄吉军开放接口测试用户",
"ic_type": "Z",
"ic_number": "111111",
"department": ["000000"],
"type": "L01",
"is_disabled": "0",
"password": "123123"
}'
{
"code": 0,
"data": 0,
"description": "string"
}