@PUT('/depots/{id}') Future<void> updateDepot( @Path('id') int depotId, @Body() Map<String, dynamic> data);