Converts to a JSON map for the request body.
Map<String, dynamic> toJson() => { 'category': ?category, 'rule_ids': ?ruleIds, };