getPumps

@GET(value = "gas-stations/{gasStationId}/pumps")
abstract fun getPumps(@Path(value = "gasStationId"gasStationId: String): Call<GetPumpsResponse>