//! REST API service accessors.
//!
//! Each module exposes a lightweight service borrowed from [`crate::FyersClient`].
//! Methods use typed request/response structs from [`crate::models`] and apply
//! the documented `Authorization: app_id:access_token` header for authenticated
//! broker calls.