{
"msg_id": "MSG38489d04608c5f0fdeb565fc5114afff6410*******",
"open_id": "36d4bd3c8****",
"data": {
"物品名称": "测试值0",
"购买金额": "测试值1"
},
"notify_type": [
1,
2
],
"page": "pages/index?a=b"
}curl --location --request POST 'https://open.douyin.com/api/notification/v2/subscription/notify_user/' \
--header 'access-token: {{douyinAccessToken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"msg_id": "MSG38489d04608c5f0fdeb565fc5114afff6410*******",
"open_id": "36d4bd3c8****",
"data": {
"物品名称": "测试值0",
"购买金额": "测试值1"
},
"notify_type": [
1,
2
],
"page": "pages/index?a=b"
}'{
"err_msg": "",
"err_no": 0,
"log_id": "20240822151715F75F3B512AD495002E32"
}