Authorization: Bearer ********************{
"principal_type": "work_item",
"principal_id": "5f20f13789b901d58460377e",
"content": "这是一个工作项评论 https://htz.worktile.com"
}curl --location --request POST 'https://open.pingcode.com/v1/comments' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"principal_type": "work_item",
"principal_id": "5f20f13789b901d58460377e",
"content": "这是一个工作项评论 https://htz.worktile.com"
}'{}