curl --location --request POST 'https://test-openapi.7dingdong.com/api/v2/user/notify_url' \
--header 'appKey: ' \
--header 'token: ' \
--header 'nonce: ' \
--header 'timestamp: ' \
--header 'signature: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 1,
"url": "https://www.demo.com/notify/goodss"
}'