post https://api2.frontapp.com/conversations//drafts
Create a new draft as a reply to the last message in the conversation.
Responses
301If the conversation has been merged, the response redirects you to the merged conversation.
Create a new draft as a reply to the last message in the conversation.
301If the conversation has been merged, the response redirects you to the merged conversation.
xxxxxxxxxx
curl --request POST \
--url https://api2.frontapp.com/conversations/cnv_123/drafts \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"mode":"private"}'