{
"id": 0,
"pushTime": 0,
"type": "goods.stockChange",
"data": {
"goodsIds": "string"
}
}curl --location 'http://118.178.236.220:8899/merchant/applet/scmp/notify/callback' \
--header 'X-Message-ID: 123456789' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"pushTime": 0,
"type": "goods.stockChange",
"data": {
"goodsIds": "string"
}
}'{ "code": 200, "msg": "success" }