{
"name": "string",
"scene": "string",
"status": 0,
"editUser": "string",
"config": "string",
"description": "string"
}curl --location '/navigation/create' \
--header 'bladeauth: {{auth}}' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"scene": "string",
"status": 0,
"editUser": "string",
"config": "string",
"description": "string"
}'