{
"id": 0,
"code": "string",
"name": "string"
}curl --location -g --request PUT 'http://{{ip}}:9000/material-manage-service/deviceCategory' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"code": "string",
"name": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"code": "string",
"name": "string"
}
}