curl --location --request GET '/api/common/pc/getNav' \
--header 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJseWVjc0AyMDIzIiwiYXVkIjoiIiwiaWF0IjoxNzcwMTkyNjg0LCJuYmYiOjE3NzAxOTI2ODQsImV4cCI6MTc3MTQ4ODY4NCwiZGF0YSI6eyJhcHBJZCI6IjEiLCJ1dWlkIjoiMWZlMzNjOWY4MGZkYTg0NzcyMTRhMzcwZmRjNzM3MDQifX0.IfHrDPDf_7VMF2QcHrRdLlu6s50fDPBD-svlGpj0EFE' \
--header 'X-Shop-Id: 0' \
--header 'x-vendor-id;' \
--header 'x-admin-type: admin'{
"mainNav": [
{
"name": {
"empty": true
},
"id": 0,
"config": {
"idKey": "string",
"parentIdKey": "string",
"weightKey": "string",
"nameKey": "string",
"childrenKey": "string",
"deep": 0
},
"weight": {},
"parentId": 0,
"empty": true,
"property1": {},
"property2": {}
}
],
"topBarNav": [
{
"name": {
"empty": true
},
"id": 0,
"config": {
"idKey": "string",
"parentIdKey": "string",
"weightKey": "string",
"nameKey": "string",
"childrenKey": "string",
"deep": 0
},
"weight": {},
"parentId": 0,
"empty": true,
"property1": {},
"property2": {}
}
],
"bottomNav": [
{
"name": {
"empty": true
},
"id": 0,
"config": {
"idKey": "string",
"parentIdKey": "string",
"weightKey": "string",
"nameKey": "string",
"childrenKey": "string",
"deep": 0
},
"weight": {},
"parentId": 0,
"empty": true,
"property1": {},
"property2": {}
}
],
"sidebarNav": [
{
"name": {
"empty": true
},
"id": 0,
"config": {
"idKey": "string",
"parentIdKey": "string",
"weightKey": "string",
"nameKey": "string",
"childrenKey": "string",
"deep": 0
},
"weight": {},
"parentId": 0,
"empty": true,
"property1": {},
"property2": {}
}
]
}