{ "id":72 }
curl --location --request POST '/adminapi/promotion/coupon/del' \ --header 'Content-Type: application/json' \ --data-raw '{ "id":72 }'
{ "code": 0, "msg": "ok", "data": { "errcode": 0, "message": "指定项目已删除" } }