@GET("v2/doubts/stats/{id}")
    suspend fun doubtStats(@Path("id") userId: String): Response<DoubtStats>