Batch save realtime voice session from live-stream WebSocket.
Authentication: MD5 hash of “master:” + botId
This endpoint accepts a batch of messages from a realtime voice conversation and saves them to the database with proper session and message tracking.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.