Authorization: Bearer ********************curl --location --request GET '/api/v1.0/app-api/message-type/subscribe/list?current=&name=&pageSize=&scope=&sort=' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"current": 0,
"orders": [
{}
],
"pages": 0,
"records": [
{
"id": 0,
"name": "string",
"subscribe": true
}
],
"searchCount": true,
"size": 0,
"total": 0
},
"errMsg": "string"
}