{ "audience": "string", "audienceType": "User", "msgType": "text", "msgContent": "string" }
curl --location 'https://192.168.88.32:9781/bvcsp/v1/im/msg/new' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data '{ "audience": "string", "audienceType": "User", "msgType": "text", "msgContent": "string" }'
{ "code": 0, "msg": "string", "data": { "id": "string", "send_time": "string" } }