PrivateAccount
class PrivateAccount(val firstName: String, val lastName: String, val email: String, val password: String, val emailActivationCode: String, val cookieLabel: String? = uuid4().toString()) : RegisterParam
Deprecated
This belongs to the old flow, it is overridden by [PersonalAccount] it will be deleted when enabling the new flow