Authorization: Bearer ********************Access-Id: ********************Access-Secret: ********************{
"action": "drop",
"src_ip": "192.168.250.250",
"src_ip_mask": 32,
"dst_ip": "192.168.250.250",
"dst_ip_mask": 32,
"src_port": 48581,
"src_port_mask": 16,
"dst_port": 80,
"dst_port_mask": 16
}curl --location --request POST 'http://10.10.0.26:8080/api/acl/acl_rule?page=1&size=20' \
--header 'Access-Id: <api-key>' \
--header 'Access-Secret: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"action": "drop",
"src_ip": "192.168.250.250",
"src_ip_mask": 32,
"dst_ip": "192.168.250.250",
"dst_ip_mask": 32,
"src_port": 48581,
"src_port_mask": 16,
"dst_port": 80,
"dst_port_mask": 16
}'{}