getPump

@GET(value = "gas-stations/{gasStationId}/pumps/{pumpId}")
abstract fun getPump(@Path(value = "gasStationId"gasStationId: String, @Path(value = "pumpId"pumpId: String): Call<PumpResponse>