{
"icon": "string",
"path": "string",
"hidden": 0,
"parent_id": 0,
"name": "string",
"component": "string",
"sort": 0,
"title": "string",
"id": 0
}
curl --location --request PUT 'http://101.35.247.125:7788/systemMenu/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"icon": "string",
"path": "string",
"hidden": 0,
"parent_id": 0,
"name": "string",
"component": "string",
"sort": 0,
"title": "string",
"id": 0
}'
{
"id": 0,
"user_name": "string"
}