use HttpClient;
use crateDataApiError;
/// Accounting namespace — `GET /v1/accounting/snapshot`.
///
/// Downloads a ZIP archive containing `positions.csv` and `equity.csv` for a
/// given user. The response is returned as raw bytes so callers can hand the
/// archive off to their own zip/CSV tooling.