curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/crm/coupon/manualSend?appKey=&shopIdenty=&brandId=&version=×tamp=&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
}
]
}