curl --location --request POST '/api/appmenu' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "hLiberty.Admin",
"menu": [
{
"title": "Panel",
"menu": [
{
"title": "Dashboard",
"menu": [
{
"title": "Contracts",
"menu": [
{
"action_id": "33bac1fb-55a6-4649-9a1d-0ad2fb98af50",
"title": "List"
}
]
}
]
}
]
},
{
"title": "Resources",
"menu": [
{
"title": "Contracts",
"menu": [
{
"action_id": "764aa8e7-84e0-488b-b58a-0bc2f27859f4",
"title": "List"
}
]
},
{
"title": "Users",
"menu": [
{
"action_id": "b16e5e88-6da2-4ef0-8ab7-57ef0aadda2c",
"title": "List"
},
{
"action_id": "ee80707c-decc-4550-9efc-f04970db7c1b",
"title": "View"
},
{
"action_id": "e6f3f97a-4a5c-467d-981e-45fa0aface14",
"title": "Edit"
},
{
"action_id": "b77d9549-87bb-4041-a288-ff546227ab09",
"title": "Delete"
}
]
},
{
"title": "Settings",
"menu": [
{
"title": "Permission Management",
"menu": [
{
"action_id": "a33cbf17-1f29-4917-942a-ed8ac53daad4",
"title": "List"
},
{
"action_id": "91c7aebd-8961-4363-a7fc-c47ef00fba88",
"title": "View"
},
{
"action_id": "6ad5f289-c451-4b2d-90c6-1f421508f192",
"title": "Edit"
},
{
"action_id": "7064d534-9dbe-4e8c-a7e8-7f94a2e8100a",
"title": "Delete"
}
]
}
]
}
]
}
]
}'