Authorization: Bearer ********************
{
"id": 0,
"menuName": "string",
"order": 0,
"parentId": 0,
"icon": "string",
"component": "string",
"path": "string",
"createTime": "string",
"updateTime": "string"
}
curl --location --request PATCH 'http://localhost:3000/menu/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"menuName": "string",
"order": 0,
"parentId": 0,
"icon": "string",
"component": "string",
"path": "string",
"createTime": "string",
"updateTime": "string"
}'
{}