{
"thirdUserId": "dev01",
"couponIds": [
"48499024109510845"
]
}curl --location -g --request POST 'https://open-test.wanqidian.com/open/api/v1/coupon/user/batchReceive?appid=&noncestr={{$string.alphanumeric(length=8)}}×tamp={{$date.timestamp}}&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"thirdUserId": "dev01",
"couponIds": [
"48499024109510845"
]
}'{
"code": 0,
"message": "string",
"data": {
"id": "string",
"couponUsedId": "string",
"name": "string",
"type": "string",
"couponDesc": "string",
"time": "string",
"overTime": "string",
"amount": "string",
"thresholdAmount": "string"
}
}