{
"parent_id": 117,
"title": "test",
"sort": 1,
"menu_type": "B",
"permission": "a13",
"apis": [1, 2]
}curl --location --request POST '/sys_menu' \
--header 'X-token: {{X-Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"parent_id": 117,
"title": "test",
"sort": 1,
"menu_type": "B",
"permission": "a13",
"apis": [1, 2]
}'{
"code": 0,
"message": "string"
}