getInfoAddedIncompleteProducts

@GET(value = "informer/{contributor}/state/to-be-completed/{page}.json?nocache=1")
abstract suspend fun getInfoAddedIncompleteProducts(@Path(value = "contributor") contributor: String, @Path(value = "page") page: Int): Search