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