signup
suspend fun signup(userData: UserDataRequest, additionalData: Map<String, Any>? = null): Result<BaseResponse>
Track a user signup event
Return
Result containing the base response or an exception
Parameters
user Data
User data to be associated with the signup
additional Data
Additional custom data to be sent with the event