post https://testflight.tremendous.com/api/v2/fraud_rules//update_list
Use this endpoint to modify a list associated with an already-configured rule. Add and remove operations supported.
For example, to append new IPs to the review_ip
rule, a valid JSON body would be:
{
"operation": "add",
"config": {
"ips": ["123.123.123.123"]
}
}