curl --location --request POST 'api/v1/addFirewall' \
--header 'Content-Type: application/json' \
--data-raw '{
"hostid": "4349",
"direction": "out",
"method": "accept",
"protocol": "ANY",
"port": "ANY",
"ip": "ANY",
"priority": 100,
"remark": "拒绝"
}'