20 lines
259 B
Plaintext
20 lines
259 B
Plaintext
meta {
|
|
name: Upload Image
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/api/v1/courts/upload_image/
|
|
body: multipartForm
|
|
auth: inherit
|
|
}
|
|
|
|
params:query {
|
|
~folder:
|
|
}
|
|
|
|
body:multipart-form {
|
|
files: @file(/Users/ayoublefhim/Downloads/images.jpeg)
|
|
}
|