curl --location --request GET '/msg/page?page=&size='
{
"_embedded": {
"current": 0,
"pages": 0,
"records": [
{
"appReadStatus": 0,
"details": [
"string"
],
"id": "string",
"msgContent": "string",
"msgId": "string",
"msgTime": 0,
"msgType": 0,
"title": "string",
"webReadStatus": 0
}
],
"size": 0,
"total": 0
},
"code": 0,
"message": "string",
"timestamp": "string"
}