getProductQuestions

@GET(value = "/api/v1/questions/{barcode}")
abstract suspend fun getProductQuestions(    @Path(value = "barcode") barcode: String,     @Query(value = "lang") langCode: String,     @Query(value = "count") count: Int): QuestionsState