curl --request PUT \
--url https://api.example.com/service/{tenant_name}/firewall_rule/{rule_name}/dia \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"force_all_gw": true,
"gate_vi_names": [
"<string>"
],
"add_gate_vi_names": [
"<string>"
],
"remove_gate_vi_names": [
"<string>"
]
}
'