mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 11:15:12 +00:00
6 lines
181 B
Bash
Executable File
6 lines
181 B
Bash
Executable File
curl "http://localhost:8080/user/Delete" \
|
|
-H "Content-Type: application/json" \
|
|
-H "Authorization: Bearer $MICRO_API_TOKEN" \
|
|
-d '{
|
|
"id": "fdf34f34f34-f34f34-f43f43f34-f4f34f"
|
|
}' |