curl --location --request GET '/msg/externalReceiver/list?page=&size='
{
"_embedded": {
"current": 0,
"pages": 0,
"records": [
{
"createTime": "string",
"email": "string",
"id": "string",
"telephone": "string",
"tenant": "string",
"updateTime": "string",
"username": "string",
"wechat": "string"
}
],
"size": 0,
"total": 0
},
"code": 0,
"message": "string",
"timestamp": "string"
}