{
"name":"企业1",
"enName":"company1",
"type":"entity",
"nodeDesc":"maioshu"
}
curl --location --request POST 'http://develop.tianxin.supermind.quant-chi.com:8045/api/converge/modeling/node/insert' \
--header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2NTg1MDA0OTYsInVzZXJJZCI6IjE1NDUzNDQ5ODI3MjYzODk3NjEifQ.DGRPQehJq2PqkR7w_z0LjNIasDtKr3_MBoq3bBEQKfM' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"企业1",
"enName":"company1",
"type":"entity",
"nodeDesc":"maioshu"
}'
{"body":null,"header":{"code":200,"message":""}}