Authorization: Bearer ********************
{ "name": "商品信息1" }
curl --location --request PATCH 'https://cms.server.hqk10.top/api/v1/menu/46' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "商品信息1" }'
{ "data": "更新菜单成功", "code": 200, "message": "操作成功" }