curl --location --request GET '/im/imsCallbackLog/list' \
--header 'x-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzeXNVaWQiOiJlOWNhMjNkNjhkODg0ZDRlYmIxOWQwNzg4OTcyN2RhZSIsInVzZXJJZGVudGl0eSI6MiwiZXhwIjoxNzQ3MDgxNzYzLCJ1c2VybmFtZSI6ImFkbWluIn0.NaeqryXHUXcM8u5j_l2cIjTyywLEiMHQklrPpEHy79k'
{
"code": 0,
"message": "string",
"result": {
"current": 0,
"hitCount": true,
"pages": 0,
"records": [
{
"callbackCommand": "string",
"clientIp": "string",
"cloudCustomData": "string",
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"delFlag": 0,
"errorInfo": "string",
"eventTime": 0,
"fromAccount": "string",
"id": 0,
"msgId": "string",
"msgKey": "string",
"msgRandom": 0,
"msgSeq": 0,
"msgTime": 0,
"onlineOnlyFlag": 0,
"optPlatform": "string",
"remark": "string",
"sdkAppId": "string",
"sendMsgResult": 0,
"status": 0,
"toAccount": "string",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z"
}
],
"searchCount": true,
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}