CCRCOPENAUTH: ********************{
"customerId": 0
}curl --location --request POST 'https://open.lcchunyi.com/v1test/ccrc/coupon/coupon/list/all' \
--header 'tenantId;' \
--header 'CCRCOPENAUTH: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": 0
}'{
"code": "string",
"message": "string",
"data": [
{
"id": 0,
"name": "string",
"code": "string",
"couponType": "string",
"detail": "string",
"bizCode": "string",
"bizName": "string",
"moduleName": "string",
"functionName": "string",
"left": 0,
"tenantId": 0,
"status": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"success": true
}