@PATCH("doubts/{doubtid}")
    suspend fun resolveDoubt(
        @Path("doubtid") id: String,
        @Body params: Doubts
    ): Response<Doubts>