웹뷰 띄우기리퀘스트 생성
import SwiftUI struct PagingCollectionUI: View { @State private var currentIndex:Int = 0 @State private var offset: CGFloat = 0 @State