回复社区问题
PUT /apiv2/questions/{id}/comments.json调用权限
end user
curl 示例
curl https://{subdomain}.kf5.com/apiv2/questions/{id}/comments.json \
  -d '{"request": {"comment": {"content": "Thanks!"}}}' \
  -v -u {email_address}/token:{api_token} -X PUT -H "Content-Type: application/json"返回示例
Status: 201 Created{
  "question_comment":
   {
      "id": 104,
      content": "Thanks!",
      ...  }}