{
"appKey": "123",
"operator": "98692102",
"operatorOrgId": "111",
"operatorOrgType": "111",
"data": [
{
"couponId": "243959330734472718",
"couponInstanceCode": "Nqdg7uCL1IYjEUn",
"pickupUserId": "211901746376641314",
"status": "UNUSED"
}
]
}
curl --location --request POST '/promotioncenter/coupon/recycle/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "123",
"operator": "98692102",
"operatorOrgId": "111",
"operatorOrgType": "111",
"data": [
{
"couponId": "243959330734472718",
"couponInstanceCode": "Nqdg7uCL1IYjEUn",
"pickupUserId": "211901746376641314",
"status": "UNUSED"
}
]
}'
{
"code": "200",
"message": null,
"data": {
"success": 1,
"failure": 0
},
"success": true
}