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