curl --location --request POST 'https://fast-soy-admin.sleep0.de/api/v1/system-manage/menus' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"menuName": "string",
"menuType": "1",
"routeName": "string",
"routePath": "string",
"pathParam": "string",
"routeParam": [
{
"property1": "string",
"property2": "string"
}
],
"byMenuButtons": [
{
"buttonCode": "string",
"buttonDesc": "string"
}
],
"order": -2147483648,
"component": "string",
"parentId": 0,
"i18nKey": "string",
"icon": "string",
"iconType": "1",
"href": "string",
"multiTab": true,
"keepAlive": true,
"hideInMenu": true,
"activeMenu": "string",
"fixedIndexInTab": -2147483648,
"status": "string",
"redirect": "string",
"props": true,
"constant": true
}'