{
"current": 1,
"pageSize": 20
}curl --location --request POST 'https://pms.easbnb.com/api/o1/IncomingService_ListImConv' \
--header 'access-token: xxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 1,
"pageSize": 20
}'{
"total": 12,
"convs": [
{
"id": "xxxx",
"creator": {
"id": "xxxxx",
"name": "name",
"avatar": "avatar_url",
"role": 1
},
"orderId": "xxxxx",
"roomId": "xxxxx",
"startDate": "yyyy-mm-dd",
"endDate": "yyyy-mm-dd",
"tenantCount": 2
},
{
"id": "xxxx",
"creator": {
"id": "xxxxx",
"name": "name",
"avatar": "avatar_url",
"role": 1
},
"orderId": "xxxxx",
"roomId": "xxxxx",
"startDate": "yyyy-mm-dd",
"endDate": "yyyy-mm-dd",
"tenantCount": 2
},
]
}