importType ของชุดคูปอง:users_client_id = null) จากพูล ส่งคืน INSUFFICIENT_COUPONS (400) หากมีไม่เพียงพอexpireDate: วันหมดอายุแบบกำหนดตายตัวexpireAfterDays: จำนวนวันนับจากวันนี้จนหมดอายุcurl --location --request POST 'https://core.privageapp.com/api/v1/connect/coupon/assign' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"couponSetId": 1,
"memberUuid": "member-uuid-string",
"quantity": 3,
"expireDate": "2026-12-31T23:59:59Z"
}'{
"coupons": [
{
"uuid": "coupon-uuid-string",
"code": "WLC8A3BX2K",
"expireDate": "2026-12-31T23:59:59Z"
}
]
}