Updates a conversation post's properties, for example the post text.
xxxxxxxxxx
curl --request PATCH \
--url https://alation_domain/integration/v2/conversations/conversation_id/posts/post_id \
--header 'accept: application/json' \
--header 'content-type: application/json'