Get current prices for specified trading pairs from a connector.
Args: request: Price request with connector name and trading pairs market_data_manager: Injected market data feed manager
Returns: Current prices for the specified trading pairs
Raises: HTTPException: 500 if there’s an error fetching prices
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.