curl --location -g --request POST 'https://gldopenapi.keruyun.com/open/v1/crm/coupon/manualSend?appKey={{appKey}}&shopIdenty={{shopIdenty}}&brandId={{brandId}}&version=2.0×tamp={{timestamp}}&sign={{sign}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"brandId": 2479,
"shopId":247900002,
"customerId": 9527,
"coupons": [
{
"couponId":1234567,
"count":1
}
]
}'{
"code": 0,
"message": "string",
"messageUuid": "string",
"result": [
{
"coupInstanceId": 11122,
"couponId": 12345678,
"holderId": 9527
}
]
}