curl --location -g --request POST '{{url}}?appKey=&shopIdenty=&brandId=&version=×tamp=&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": "验券成功"
}
]
}