curl --request GET \
--url https://admin.aeoliancms.com/api/v1/menus \
--header 'Authorization: Bearer <token>'{
"menus": [
{
"id": "<string>",
"name": "<string>",
"handle": "<string>",
"frontendId": "<string>",
"items": [
{
"id": "<string>",
"title": "<string>",
"linkType": "<string>",
"linkValue": "<string>",
"position": 123,
"children": "<array>"
}
]
}
]
}curl --request GET \
--url https://admin.aeoliancms.com/api/v1/menus \
--header 'Authorization: Bearer <token>'{
"menus": [
{
"id": "<string>",
"name": "<string>",
"handle": "<string>",
"frontendId": "<string>",
"items": [
{
"id": "<string>",
"title": "<string>",
"linkType": "<string>",
"linkValue": "<string>",
"position": 123,
"children": "<array>"
}
]
}
]
}