Authorization: Bearer ********************
{
"menuId": "string",
"status": "ENABLE"
}
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/project/api/sysMenu/ChangeStatus' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"menuId": "string",
"status": "ENABLE"
}'