{ "couponId": 0 }
curl --location --request POST '/api/front/coupon/receive' \ --header 'Content-Type: application/json' \ --data-raw '{ "couponId": 0 }'
{ "code": 0, "data": "string", "message": "string" }