Request Coupon
POST /api/coupons/customer-issue
<CUSTOMER가 직접 쿠폰 발급 API>
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Authority
Role
Description
CUSTOMER
Body
Name
Type
Description
couponId
UUID
Primary key of the coupon
Response
{
"error": "Invalid request"
}Last updated