Authorization: Bearer ********************{
"parent_id": 0,
"order": 1,
"url_type": 1,
"component": "amis",
"keep_alive": 0,
"visible": 1,
"is_home": 0,
"is_full": 0,
"title": "Test",
"icon": "akar-icons:home",
"url": "/admin_test"
}curl --location --request POST 'http://demo.owladmin.com/admin-api/system/admin_menus' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"parent_id": 0,
"order": 1,
"url_type": 1,
"component": "amis",
"keep_alive": 0,
"visible": 1,
"is_home": 0,
"is_full": 0,
"title": "Test",
"icon": "akar-icons:home",
"url": "/admin_test"
}'{}