{
"id": "string",
"typeName": "string",
"category": "string"
}
curl --location --request POST '/api/device/dictionary/type/modify' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"typeName": "string",
"category": "string"
}'
{
"code": 0,
"data": null,
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}