Authorization: Bearer ********************{
"rma_id": "8002396448",
"out_rma_id": ""
}curl --location --request POST 'https://open-agent-branch.benlai.com/api/v2/aftersale/cancel' \
--header 'channel: benlai' \
--header 'shopId: 123' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"rma_id": "8002396448",
"out_rma_id": ""
}'{
"code": 0,
"msg": "success",
"value": {
"result": "YES",
"result_msg": "成功"
}
}