{ "couponId": 0 }
curl --location --request POST 'http://localhost:81/coupon/receive' \ --header 'Content-Type: application/json' \ --data-raw '{ "couponId": 0 }'
{ "code": 0, "msg": "", "data": false }