getPriceHistory

@GET(value = "gas-stations/{id}/fuel-price-histories/{fuel_type}")
abstract fun getPriceHistory(@Path(value = "id"id: String, @Path(value = "fuel_type"fuelType: Fuel? = null, @Query(value = "filter[from]"filterfrom: String? = null, @Query(value = "filter[to]"filterto: String? = null, @Query(value = "filter[granularity]"filtergranularity: String? = null): Call<PriceHistory>