getInfoAddedProducts

@GET(value = "informer/{contributor}/{page}.json?nocache=1")
abstract suspend fun getInfoAddedProducts(@Path(value = "contributor") contributor: String?, @Path(value = "page") page: Int): Search