curl --location --request POST '/open_api//relation///batch_bind' \
--header 'X-PLUGIN-TOKEN: {{plugin_token}}' \
--header 'X-USER-KEY: {{user_key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"relation_rule_id": "720286429011250xxxxx", //空间关联规则id
"instances": [
{
"work_item_id": "301228xxxx", //关联工作项id
"chat_group_merge": 1 //是否合并群,1是2否
}
]
}'
{
"data": {},
"err": {},
"err_code": 0,
"err_msg": ""
}