Trying to trigger a proactive message via the Guest API for a user who already has an active session ID.
POST /api/v2/conversations/messaging/guests/{guestId}/messages
Getting a 409 Conflict saying the session is already open. Is there a different endpoint to inject a message into an existing active conversation?