{
"appKey": "string",
"data": {
"couponId": "string"
},
"operator": "string",
"operatorOrgId": "string",
"operatorOrgType": "string"
}
curl --location --request POST '/promotioncenter/coupon/recovery' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "string",
"data": {
"couponId": "string"
},
"operator": "string",
"operatorOrgId": "string",
"operatorOrgType": "string"
}'
{
"code": "1003",
"message": "未查询到券转赠单据",
"data": null,
"success": false
}