addComment

@POST(value = activity/comment)
abstract fun addComment(@Body() payload: ActivityCommentPayload): Observable<ZTActivityComment>