X-Token: ********************
{
"parentWsid": "string",
"name": "string",
"iconCode": "string",
"pathCode": "string",
"showIndex": 0,
"description": "string",
"level": "string"
}
curl --location --request PUT '/system/menus/' \
--header 'X-Requested-Session;' \
--header 'X-Requested-Session;' \
--header 'Content-Type: application/json' \
--data-raw '{
"parentWsid": "string",
"name": "string",
"iconCode": "string",
"pathCode": "string",
"showIndex": 0,
"description": "string",
"level": "string"
}'
{
"code": "string",
"message": "string",
"data": true
}