X-API-Key: ********************{
"outOrderSn": "string",
"childOrderSn": "string"
}curl --location --request POST '/jd/confirmReceiveByOrder' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"outOrderSn": "string",
"childOrderSn": "string"
}'{
"code": 0,
"msg": "string",
"data": {}
}