🅿️Comment Video

/:videoID/comment

{
  "params": {
    "id": "videoID"
  },
  "body": {
    "content": "Your comment"
  }
}

Last updated