Team
class Team(val firstName: String, val lastName: String, val email: String, val password: String, val emailActivationCode: String, val teamName: String, val teamIcon: String, val cookieLabel: String? = uuid4().toString()) : RegisterParam
Deprecated
This belongs to the old flow, it will be deleted when enabling the new flow