{
"convId": "xxxxx",
"lastMsgId": "xxxxx",
"pageSize": 1
}curl --location --request POST 'https://pms.easbnb.com/api/o1/IncomingService_ListImMsg' \
--header 'access-token: xxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"convId": "xxxxx",
"lastMsgId": "xxxxx",
"pageSize": 1
}'{
"msgs": [
{
"id": "xxxxx",
"convId": "xxxxx",
"content": "content",
"kind": 0,
"sender": {
"id": "xxxxx",
"name": "name",
"avatar": "avatar_url",
"role": 1
}
}
]
}