post https://api2.frontapp.com/conversations//drafts
Create a new draft as a reply to the last message in the conversation.
Response
Create a new draft as a reply to the last message in the 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"}'