{
"component": "string",
"createTime": "2019-08-24T14:15:22Z",
"icon": "string",
"id": 0,
"isShow": true,
"menuType": "string",
"name": "string",
"perms": "string",
"pid": 0,
"sort": 0
}
curl --location --request POST '/api/admin/system/menu/update' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"component": "string",
"createTime": "2019-08-24T14:15:22Z",
"icon": "string",
"id": 0,
"isShow": true,
"menuType": "string",
"name": "string",
"perms": "string",
"pid": 0,
"sort": 0
}'
{
"code": 0,
"data": "string",
"message": "string"
}