Authorization: Bearer ********************{
"trade_no": "1909309594"
}curl --location --request POST 'https://open-agent-branch.benlai.com/api/v2/Order/confirm' \
--header 'channel: benlai' \
--header 'shopId: 123' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"trade_no": "1909309594"
}'{
"code": 0,
"msg": "success",
"value": {
"out_trade_no": "102287896115633225747",
"order_id": "1900288568"
}
}