I am trying to upload my artworks to the deviantart via api interface
They give below line as example
curl https://www.deviantart.com/api/v1/oauth2/stash/submit \
-F "title=My great stash item&artist_comments=This is a great image&keywords=test image" \
-F access_token=Alph4num3r1ct0k3nv4lu3 \
-F "test=@path/to/image.png"
I changed parameters with my own parameters and installed windows curl
However i have 0 idea how to execute this multi-line command with curl
help is appreciated ty