mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 11:15:12 +00:00
6 lines
238 B
Bash
Executable File
6 lines
238 B
Bash
Executable File
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"
|
|
}' |