patch https://www.virustotal.com/api/v3/intelligence/hunting_rulesets/
{
  "data": {
    "type": "hunting_ruleset",
    "id": "{id}",
    "attributes": {
      "enabled": true,
      "limit": 10,
      "name": "bar",
      "notification_emails": ["[email protected]"],
      "rules": "rule foo {condition: false}"
    }
  }
}
Returns the updated Hunting Ruleset object.
