curl --location --request POST '/nimserver/msg/upload.action' \ --header 'AppKey: {{AppKey}}' \ --header 'Nonce: {{Nonce}}' \ --header 'CurTime: {{CurTime}}' \ --header 'CheckSum: {{CheckSum}}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data-urlencode 'content=注意删除前缀(例如:data:image/png:base64),只需要后面的其他内容'
{}