ChatsConversations and chat-level actions (typing, read, contact card, background).List chatsGET /chatsCreate chatPOST /chatsGet chatGET /chats/{chatId}Update chatPATCH /chats/{chatId}Get chat backgroundGET /chats/{chatId}/backgroundSet chat backgroundPUT /chats/{chatId}/backgroundRemove chat backgroundDELETE /chats/{chatId}/backgroundShare contact cardPOST /chats/{chatId}/contact-cardList chat participantsGET /chats/{chatId}/participantsAdd chat participantPOST /chats/{chatId}/participantsRemove chat participantDELETE /chats/{chatId}/participants/{identityId}Mark chat readPOST /chats/{chatId}/readSet typingPOST /chats/{chatId}/typingStop typingDELETE /chats/{chatId}/typing