Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//menus/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"handle": "string",
"title": {
"property1": "string",
"property2": "string"
},
"items": [
{
"id": "string",
"label": {
"property1": "string",
"property2": "string"
},
"url": "",
"type": "link",
"resource_id": "string",
"children": [
{}
]
}
],
"is_active": true
}'{
"success": true,
"data": {
"id": "string",
"store_id": "string",
"handle": "string",
"title": {
"property1": "string",
"property2": "string"
},
"items": [
{
"property1": "string",
"property2": "string"
}
],
"is_active": true,
"created_at": "string",
"updated_at": "string"
},
"message": "string"
}