curl --location --request POST 'https://developer.toutiao.com/api/apps/v1/capacity/bind_aweme_relation' \
--header 'access-token;' \
--header 'content-type: application/json' \
--data-raw '{
"type": "cooperation",
"aweme_id": "xxx",
"co_subject": 0,
"capacity_list": ["video_self_mount", "live_self_mount", "ma.im.life_im"],
"cooperation_info": {
"cooperation_type": "enterprise",
"company_name": "xxx",
"business_license_code": "xxx",
"contract_image": "xxx",
"real_name": "xxx",
"identity_number": "123",
"relation_expire_date": "2023-06-28 10:00:00"
},
"audit_template_info": {
"live_self_mount": {
"id": 1,
"title":"xxx",
"template_content": [
{
"name": "xxx",
"val_type": 1,
"val_list": ["xxx"],
"materiel_id": xxx
}
]
}
}
}'