Files
spark/api/.bruno/Upload File.bru
2026-01-28 21:18:51 -05:00

21 lines
219 B
Plaintext

meta {
name: Upload File
type: http
seq: 3
}
post {
url: http://localhost:3000/posts/file
body: multipartForm
auth: inherit
}
body:multipart-form {
image:
}
settings {
encodeUrl: true
timeout: 0
}