Get order book snapshot with specified depth.
Args: request: Order book request with connector, trading pair, and depth market_data_manager: Injected market data feed manager
Returns: Order book snapshot with bids and asks
Raises: HTTPException: 500 if there’s an error fetching order book
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.