curl --location --request GET '/user/ownMenu'
{
"_embedded": {
"indexMenuId": "string",
"menus": [
{
"component": "string",
"hidden": true,
"id": "string",
"meta": {
"icon": "string",
"link": "string",
"menuType": 0,
"show": true,
"target": "string",
"title": "string"
},
"name": "string",
"parentId": "string",
"path": "string",
"redirect": "string"
}
],
"permissions": [
"string"
]
},
"code": 0,
"message": "string",
"timestamp": "string"
}