Converts the request parameters to a JSON representation.
@override List<dynamic> toJson() { return [objectIds, options?.toJson()]; }