@PATCH("doubts/{doubtId}")
    suspend fun getDoubt(
        @Path("doubtId") id: String
    ): Response<Doubts>