backend/testing.md
2025-06-08 21:13:32 +02:00

4 lines
135 B
Markdown

## curl
### uploading
curl -F "file=@(path_to_test_img)" "http://localhost:8081/api/upload" -H "Authorization: Bearer (jwt here)"