curl --location --request POST 'https://developer.toutiao.com/api/apps/subscribe_notification/developer/v1/notify' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token": "b13b4c7679150245dac2249aafd8aca8e9dceaff9e22cee05e1d30fb67e18916358d73c235fcaab9007ec0976ee40d26ee56a43c32398b9d6680105e5535cd1ef40a803d790668581************",
"app_id": "31198cf00b********",
"tpl_id": "MSG38489d04608c5f0fdeb565fc5114afff6410*******",
"open_id": "36d4bd3c8****",
"data": {
"物品名称": "测试值0",
"购买金额": "测试值1"
},
"page": "pages/index?a=b"
}'