14 lines
		
	
	
		
			188 B
		
	
	
	
		
			Swift
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			188 B
		
	
	
	
		
			Swift
		
	
	
	
	
	
//
 | 
						|
//  SignOutRequest.swift
 | 
						|
//  SodaLive
 | 
						|
//
 | 
						|
//  Created by klaus on 2023/08/10.
 | 
						|
//
 | 
						|
 | 
						|
import Foundation
 | 
						|
 | 
						|
struct SignOutRequest: Encodable {
 | 
						|
    let reason: String
 | 
						|
    let password: String
 | 
						|
}
 |