curl --location --request PATCH '/coupons/169/giftunits' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"data": {
"product": 2686,
"productOption": 332,
"productSize": 21,
"quantity": 5,
"freeGift": false
}
}'{
"error": true,
"messages": {
"quantity": {
"notGreaterThanInclusive": "The input is not greater than or equal to '1'"
}
}
}