Authorization: Bearer ********************
{
"craneId": "string",
"oldMenuLevel1": "string",
"menuLevel1": "string",
"oldMenuLevel2": "string",
"menuLevel2": "string",
"oldMenuLevel3": "string",
"menuLevel3": "string",
"level": 0
}
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/project/api/ParameterSetting/UpdateMenuLevel' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"craneId": "string",
"oldMenuLevel1": "string",
"menuLevel1": "string",
"oldMenuLevel2": "string",
"menuLevel2": "string",
"oldMenuLevel3": "string",
"menuLevel3": "string",
"level": 0
}'