{
"systemMessageBody": {
"systemMessageEvent": 0,
"systemCommonMessageBody": {
"systemMessageType": 0,
"title": "string",
"content": "string",
"picUrl": "string",
"jumpUrl": "string"
},
"systemBoxMessageBody": {
"content": "string"
}
},
"requestID": "string"
}curl --location --request POST 'https://apip2.xuance365.com/javamessage//message/send-online-user-broadcast-message' \
--header 'Content-Type: application/json' \
--data-raw '{
"systemMessageBody": {
"systemMessageEvent": 0,
"systemCommonMessageBody": {
"systemMessageType": 0,
"title": "string",
"content": "string",
"picUrl": "string",
"jumpUrl": "string"
},
"systemBoxMessageBody": {
"content": "string"
}
},
"requestID": "string"
}'{
"code": 0,
"msg": "",
"data": {}
}