curl --location --request POST '/nimserver/msg/sendBatchMsg.action' \ --header 'AppKey: {{AppKey}}' \ --header 'Nonce: {{Nonce}}' \ --header 'CurTime: {{CurTime}}' \ --header 'CheckSum: {{CheckSum}}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data-urlencode 'fromAccid={{imaccid}}' \ --data-urlencode 'toAccids=' \ --data-urlencode 'type=' \ --data-urlencode 'body={"msg":"测试信息"}'
{}