Files
2026-05-19 19:25:56 +03:30

27 lines
315 B
Plaintext

meta {
name: store image
type: http
seq: 1
}
post {
url: {{baseUrl}}/images
body: multipartForm
auth: inherit
}
params:query {
~image:
}
body:multipart-form {
image: @file(/Users/amirmahdi/Downloads/paksazi.png)
title: paksazi
type: public
~description:
}
settings {
encodeUrl: true
}