added

[Core API] Support API owned comments

The create comments endpoint, POST /conversations/:conversation_id/comments, no longer requires an author_id parameter. If the author_id is omitted, the comment will be posted using a specialized bot teammate representing the entity that made the request - either an OAuth client or an API token.

Pictured below is how a comment from an API token will appear in a conversation.

277