//! Mock-based integration tests
//!
//! These tests use wiremock to simulate the Files.com API and test
//! the SDK's behavior without requiring a real API connection.
//!
//! Run with: cargo test --test mock
// Common utilities
// File operations tests
// User and access management tests
// Sharing and collaboration tests
// Automation and integration tests
// Messaging and notifications tests
// Admin and monitoring tests