getProductsByInformer

@GET(value = "informer/{informer}.json?nocache=1")
abstract suspend fun getProductsByInformer(@Path(value = "informer") informer: String?): Search