{
"behaviourLog": "自定义动态",
"behaviourTitle": "动态标题",
"noticeLog": "自定义通知",
"noticeTitle": "通知标题",
"noticeStatus": 1,
"userOpenid": "simpleNing",
"customerOpenid": "wmabc",
"unionid": "",
"behaviourTime": "2024-09-04 20:30:45"
}
curl --location -g --request POST '/open-api/customer/behaviour/create-customer-behavior?access_token={{access_token}}' \
--header 'Authorization: Bearer {{auth_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"behaviourLog": "自定义动态",
"behaviourTitle": "动态标题",
"noticeLog": "自定义通知",
"noticeTitle": "通知标题",
"noticeStatus": 1,
"userOpenid": "simpleNing",
"customerOpenid": "wmabc",
"unionid": "",
"behaviourTime": "2024-09-04 20:30:45"
}'
{
"code": 0,
"data": true,
"msg": "",
"requestId": "1123453"
}