curl --location --request POST '/nimserver/qchat/sendAttachMsg.action' \ --header 'AppKey: {{AppKey}}' \ --header 'Nonce: {{Nonce}}' \ --header 'CurTime: {{CurTime}}' \ --header 'CheckSum: {{CheckSum}}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data-urlencode 'toType=' \ --data-urlencode 'serverId=' \ --data-urlencode 'channelId=' \ --data-urlencode 'from=' \ --data-urlencode 'toAccids=' \ --data-urlencode 'body=' \ --data-urlencode 'attach=' \ --data-urlencode 'ext=' \ --data-urlencode 'msgIdClient=' \ --data-urlencode 'pushContent=' \ --data-urlencode 'pushPayload=' \ --data-urlencode 'option='
{}