1 2 3 4 5 6
import Foundation struct LoginRequest: Encodable { let username: String let password: String }