fabriquedoc/backend/upload_image.sh
François Pelletier 4a6bfc951f Gros refactoring
2024-12-31 17:00:07 -05:00

8 lines
329 B
Bash

curl -X POST --location "http://127.0.0.1:8000/images/" \
-H "Accept: application/json" \
-H "Content-Type: multipart/form-data; boundary=boundary" \
-F "file=@logo-case-cocher.png"
curl -X GET --location "http://127.0.0.1:8000/images/"
curl -X DELETE --location "http://127.0.0.1:8000/images/logo-case-cocher.png"