Issue Coupon
POST /api/coupons/admin-issue
<관리자가 CUSTOMER에게 직접 쿠폰 발급 API>
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Authority
Role
Description
MASTER
Body
Name
Type
Description
userId
String
Primary key of the user
couponId
UUID
Primary key of the coupon
Response
{
"error": "Invalid request"
}Last updated