withMiddleware([ 'payload' => $payload, 'userid' => (int) ($payload['userid'] ?? 0), ]); return $next($request); } }