{
"conv": {
"id": "xxxxx",
"creator": {
"id": "xxxxx",
"name": "name",
"avatar": "avatar_url",
"role": 1
},
"orderId": "xxxx",
"roomId": "xxxx",
"startDate": "yyyy-mm-dd",
"endDate": "yyyy-mm-dd",
"tenantCount": 0
},
"msg": {
"id": "xxxxx",
"convId": "xxxxx",
"content": "content",
"kind": 0,
"sender": {
"id": "xxxxx",
"name": "sender",
"avatar": "avatar_url",
"role": 1
}
}
}curl --location --request POST 'https://pms.easbnb.com/api/o1/IncomingService_OnMsgReceived' \
--header 'access-token: xxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"conv": {
"id": "xxxxx",
"creator": {
"id": "xxxxx",
"name": "name",
"avatar": "avatar_url",
"role": 1
},
"orderId": "xxxx",
"roomId": "xxxx",
"startDate": "yyyy-mm-dd",
"endDate": "yyyy-mm-dd",
"tenantCount": 0
},
"msg": {
"id": "xxxxx",
"convId": "xxxxx",
"content": "content",
"kind": 0,
"sender": {
"id": "xxxxx",
"name": "sender",
"avatar": "avatar_url",
"role": 1
}
}
}'{}