curl --location -g --request POST 'https://gldopenapi.keruyun.com/open/v1/crm/coupon/page?appKey={{appKey}}&shopIdenty={{shopIdenty}}&brandId={{brandId}}&version=2.0×tamp={{timestamp}}&sign={{sign}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"brandId": 2479,
"couponTypeList": [1],
"validDateTypeList": [1],
"pageSize": 20,
"currentPage": 1
}'{
"code": 0,
"message": "string",
"messageUuid": "string",
"result": {
"id": 11122,
"name": "优惠券",
"couponType": "1",
"status": 0,
"denominationType": "1",
"denominationValue": 500
}
}