X-Token: ********************
{
"parentWsid": "string",
"name": "string",
"iconCode": "string",
"pathCode": "string",
"description": "string",
"showIndex": 0,
"level": 0
}
curl --location --request POST '/system/menus' \
--header 'X-Requested-Session;' \
--header 'X-Requested-Session;' \
--header 'Content-Type: application/json' \
--data-raw '{
"parentWsid": "string",
"name": "string",
"iconCode": "string",
"pathCode": "string",
"description": "string",
"showIndex": 0,
"level": 0
}'
{
"code": "string",
"message": "string",
"menu": {
"wsid": "string",
"parentWsid": "string",
"name": "string",
"iconCode": "string",
"pathCode": "string",
"description": "string",
"status": "string",
"showIndex": 0,
"createdDatetime": 0
}
}