'admin@nordring.test', 'password' => 'secret123'])); rewind($stdin); $_SERVER['REQUEST_METHOD'] = 'POST'; $request = new \App\Support\Request(); $input = $request->input(); echo "Input: " . json_encode($input) . "\n"; echo "email: " . ($input['email'] ?? 'NULL') . "\n"; echo "password: " . ($input['password'] ?? 'NULL') . "\n";