curl --location --request POST 'https://test-openapi.7dingdong.com/api/v1/order/receipt' \
--header 'appKey;' \
--header 'token;' \
--header 'nonce;' \
--header 'timestamp;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderSn": "23102515044231463155",
"orderId": 9568902
}'