********** Depots API ********** ///
@GET('/depots') Future<List<Depot>> getDepots( @Query("clusterOrRegion") String? clusterOrRegion);