curl --location --request PUT '/open_api//work_item///comment/' \
--header 'X-PLUGIN-TOKEN: {{plugin_token}}' \
--header 'X-USER-KEY: {{user_key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "创建test",
"rich_text": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "一级标题",
"attrs": {
"fontColor": "green",
"fontSize": "h1"
}
}
]
}
]
}'{
"err": {},
"err_msg": "",
"err_code": 0
}