"string"
curl --location --request POST 'http://prod-cn.your-api-server.com/order/confirm-received' \ --header 'apiKey;' \ --header 'sign;' \ --header 'timestamp;' \ --header 'Content-Type: application/json' \ --data-raw '"string"'
{ "code": 0, "data": {}, "msg": "string" }