getProductsByEntryDates

@GET(value = "entry-dates/{EntryDates}.json")
abstract suspend fun getProductsByEntryDates(@Path(value = "EntryDates") entryDates: String): Search