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