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