mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-18 21:55:08 +00:00
Commit from GitHub Actions (Generate Clients & Examples)
This commit is contained in:
6
examples/image/delete/curl/deleteAnUploadedImage.sh
Executable file
6
examples/image/delete/curl/deleteAnUploadedImage.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
curl "http://localhost:8080/image/Delete" \
|
||||
-H "Content-Type: application/json" \
|
||||
-H "Authorization: Bearer $MICRO_API_TOKEN" \
|
||||
-d '{
|
||||
"url": "https://cdn.m3ocontent.com/micro/images/micro/41e23b39-48dd-42b6-9738-79a313414bb8/cat.png"
|
||||
}'
|
||||
Reference in New Issue
Block a user