Support the ability to move a Message or Messages to a new conversation via the API.
Suggested implementation to could be:
// This example moves messages msg_10 and msg_11 out of conversation cnv_3 to their own new conversation.
PATCH /conversations/cnv_3/move_messages
{"message_ids": ["msg_10", "msg_11"]}
Has been requested by a developer recently in https://community.front.com/developer-q-a-37/merge-conversations-or-move-messages-to-different-conversation-via-api-540