Create Account
data class CreateAccount(val build: Int, val gameNewsletters: Boolean, val otherNewsletters: Boolean, val shareDetailsWithBusinessPartners: Boolean, val username: String, val password: String, val affiliate: Int, val year: Int, val month: Int, val day: Int, val country: Int, val email: String) : LoginRequest