Authorization: Bearer ********************
{
"menuName": "可向群得条",
"order": 70,
"parentId": "10"
}
curl --location --request POST 'http://localhost:3000/menu/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"menuName": "可向群得条",
"order": 70,
"parentId": "10"
}'
{}