Authorization: Bearer ********************curl --location --request GET '/api/v1.0/app-api/message-cus/cus/list?current=&pageSize=&sort=&title=&typeId=' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"current": 0,
"pages": 0,
"records": [
{
"createTime": "2019-08-24T14:15:22.123Z",
"id": 0,
"introduction": "string",
"isRead": 0,
"title": "string",
"toUsers": [
"string"
],
"typeName": "string",
"updateTime": "2019-08-24T14:15:22.123Z"
}
],
"size": 0,
"total": 0
},
"errMsg": "string"
}