bruno_template/api/files/upload.bru
2025-03-19 19:00:41 -04:00

19 lines
246 B
Text

meta {
name: upload
type: http
seq: 1
}
post {
url: {{base_url}}/api/files/upload
body: multipartForm
auth: inherit
}
headers {
X-Clear-Exif: 1
}
body:multipart-form {
file: @file(/mnt/External Drive/Images/Pasted image.png)
}