Here is CURL command to upload an image to DAM:
curl -u admin:admin -F "file=myimage.jpg" -F "myimage.jpg=@./myimage.jpg" http://localhost:4502/content/dam/myfolder.createasset.html
Here is CURL command to upload an image to DAM:
curl -u admin:admin -F "file=myimage.jpg" -F "myimage.jpg=@./myimage.jpg" http://localhost:4502/content/dam/myfolder.createasset.html