Trying to fire typing events to the guest endpoint to show the user is typing. POSTing to /api/v2/conversations/messaging/guests/{conversationId}/typing with a valid token returns 204, but the UI never updates. Here’s the payload:
{"conversationId": "abc-123"}
Checked the event logs and the typing event is missing. Is there a specific header or SDK method I’m missing?