{
"msg": {
"id": "xxxxx",
"convId": "xxxxx",
"content": "content",
"kind": 1,
"sender": {
"id": "xxxxx",
"name": "name",
"avatar": "avatar_url",
"role": 1
}
}
}curl --location --request POST 'https://pms.easbnb.com/api/o1/OutgoingService_ImMsgSend' \
--header 'access-token: xxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"msg": {
"id": "xxxxx",
"convId": "xxxxx",
"content": "content",
"kind": 1,
"sender": {
"id": "xxxxx",
"name": "name",
"avatar": "avatar_url",
"role": 1
}
}
}'{
"msgId": "xxxxxx"
}