curl --location --request POST 'http://127.0.0.1/admin/v1/menu/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"icon": "ep:menu",
"title": "首页",
"code": "",
"path": "",
"name": "Home",
"animate_enter": "",
"animate_leave": "",
"animate_duration": 0,
"is_show": 1,
"is_auth": 1,
"is_new_window": 0,
"sort": 100,
"type": 2,
"pid": 0,
"description": "首页",
"api_list": [],
"component": "home/index.vue",
"status": 1,
"redirect": "",
"is_external_links": 0
}'