Trying to push typing indicators and read receipts through the Guest API. The docs mention messages:send for text, but I’m not seeing a clear endpoint for status updates like /api/v2/messaging/contacts/{id}/typing. When I POST to the message endpoint with type: "typing", it returns a 400 Bad Request saying invalid message type. Am I supposed to use a different path or is this handled via WebSocket events instead?