curl --location -g --request POST '{{url}}?appKey={{appKey}}&shopIdenty={{shopIdenty}}&brandId={{brandId}}&version=2.0×tamp={{timestamp}}&sign={{sign}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"coupons":["123456789012345601"],
"shopId":810094162,
"tradeNo":1234567890
}'{
"code": 0,
"message": "OK",
"messageUuid": "3b4cce269b0d45a3a2a783e91bed263a",
"result": [
{
"couponNo": "123456789012345601",
"status": 1,
"statusDesc": "反核销成功"
}
]
}