Introduce filter_by instead of authorized_only

Change-Id: Ifc3e24147da5ebaf66215939d26812bf97edc3e0
diff --git a/t/server/mock.pl b/t/server/mock.pl
index e9e91d4..e64f14e 100644
--- a/t/server/mock.pl
+++ b/t/server/mock.pl
@@ -695,6 +695,9 @@
   $v->required('super_client_id');
   $v->required('super_client_secret');
 
+  $v->optional('filter_by' );
+  $v->optional('authorized_only' );
+
   if ($v->has_error) {
     return $c->render(
       json => [],