curl --location '/回调地址' \
--header 'X-Message-ID: 123456789' \
--header 'Signature-Data: abcd' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"pushTime": 0,
"type": "goods.storehouseChange",
"data": {
"goodsIds": "string",
"actionType": 0
}
}'