I'm working on a API project. And i have a CouponDto that has 3 properties (See Image). When i run the API project the properties are already filled in inside the POST methode (See other image). I would the POST methode to start with the following properties.
"couponCode": "",
"discountAmount": 0,
"minAmount": 0