Authorization: Bearer ********************
{ "id": 0, "name": "string", "path": "string", "component": "string", "icon": "string", "order_num": 0, "parent_id": 0, "is_hidden": 0, "keep_alive": 0, "redirect": "string" }
curl --location --request POST '/menu' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 0, "name": "string", "path": "string", "component": "string", "icon": "string", "order_num": 0, "parent_id": 0, "is_hidden": 0, "keep_alive": 0, "redirect": "string" }'
{}