Files
api-meditation/image/get all images.bru
T
2026-05-19 19:25:56 +03:30

27 lines
325 B
Plaintext

meta {
name: get all images
type: http
seq: 2
}
get {
url: {{baseUrl}}/images/all
body: multipartForm
auth: inherit
}
params:query {
~image:
}
body:multipart-form {
image: @file(/C:/Users/nourk/Downloads/The water fall.jpg)
title: small
type: public
~description:
}
settings {
encodeUrl: true
}