{
"lastMsgKey": "string",
"maxCnt": 0,
"maxTime": 0,
"minTime": 0,
"operatorAccount": "string",
"peerAccount": "string"
}curl --location --request POST '/im/api/admin-getroam-msg' \
--header 'x-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzeXNVaWQiOiJlOWNhMjNkNjhkODg0ZDRlYmIxOWQwNzg4OTcyN2RhZSIsInVzZXJJZGVudGl0eSI6MiwiZXhwIjoxNzQ3MDgxNzYzLCJ1c2VybmFtZSI6ImFkbWluIn0.NaeqryXHUXcM8u5j_l2cIjTyywLEiMHQklrPpEHy79k' \
--header 'Content-Type: application/json' \
--data-raw '{
"lastMsgKey": "string",
"maxCnt": 0,
"maxTime": 0,
"minTime": 0,
"operatorAccount": "string",
"peerAccount": "string"
}'{
"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
}