Web Messaging Guest API: Typing indicator and read receipt implementation

Trying to push typing indicators and read receipts through the Guest API. The docs mention sending a typing event, but the payload format isn’t clear. Is it just a POST to /api/v2/conversations/messaging/events with {"type": "typing"}? Or does the SDK handle this automatically when I call sendTyping()?