curl --location --request POST 'http://203.193.231.238:30077/api/api/fwaas_rule/update/' \
--header 'Content-Type: text/plain' \
--data-raw '{
"os_id": "nm8",
"ct_user_id": "1000000600",
"source_port": "",
"destination_port": "",
"direction": 1,
"id": "aclrule-r0sokdwat4",
"source_ip_address": "3.3.3.3/32",
"destination_ip_address": "3.3.3.3/32",
"protocol": "icmp",
"enabled": 1,
"description": "",
"action": "allow",
"fwaas_id": "acl-2xmpthk750",
"ip_version": 4,
"priority": 2,
"org_id": "1",
"resourceCode": "acl-rule-state",
"ticket": "ST-22-njq3IiLfVXAoG9J9bl9Ip54csX8-gz15-yunguan-10e63e143e67"
}'
{}