curl --location --request GET '/im/api/adminGetroammsg' \
--header 'x-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzeXNVaWQiOiJlOWNhMjNkNjhkODg0ZDRlYmIxOWQwNzg4OTcyN2RhZSIsInVzZXJJZGVudGl0eSI6MiwiZXhwIjoxNzQ3MDgxNzYzLCJ1c2VybmFtZSI6ImFkbWluIn0.NaeqryXHUXcM8u5j_l2cIjTyywLEiMHQklrPpEHy79k'{
"code": 0,
"message": "string",
"result": {
"actionStatus": "string",
"complete": 0,
"errorCode": 0,
"errorInfo": "string",
"lastMsgKey": "string",
"lastMsgTime": 0,
"msgCnt": 0,
"msgList": [
{
"cloudCustomData": "string",
"isPeerRead": 0,
"msgBody": [
{}
],
"msgFlagBits": 0,
"msgKey": "string"
}
]
},
"success": true,
"timestamp": 0
}