post https://example.com/api/ts/trades
Get trades with date range filtering and pagination.
Trades are automatically sorted by trade_date in descending order (most recent first).
Args: request: Trade filter and pagination request (includes instrument_ids, start_date, end_date)
Returns: TradesResponse with trades and pagination metadata