{
"appKey": "123",
"data": {
"couponId": "0KfBgfONvrI"
},
"operator": "98092710",
"operatorOrgId": "",
"operatorOrgType": ""
}
curl --location --request POST '/promotioncenter/coupon/stop' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "123",
"data": {
"couponId": "0KfBgfONvrI"
},
"operator": "98092710",
"operatorOrgId": "",
"operatorOrgType": ""
}'
{
"code": "200",
"message": null,
"data": null,
"success": true
}