CCRCOPENAUTH: ********************{
"pageNo": 1,
"pageSize": 10,
"id": 0,
"name": "string",
"createTimeAsc": true
}curl --location --request POST 'https://open.lcchunyi.com/v1test/ccrc/message/templatChannelRelation/list' \
--header 'CCRCOPENAUTH: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 1,
"pageSize": 10,
"id": 0,
"name": "string",
"createTimeAsc": true
}'{
"code": "string",
"message": "string",
"data": {
"total": 0,
"pages": 0,
"current": 0,
"records": [
{
"id": 0,
"templateId": 0,
"channelIds": "string",
"status": 0,
"createTime": 0,
"updateTime": 0
}
],
"size": 0
},
"success": true
}