Files
2024-03-27 10:28:22 +01:00

20 lines
271 B
Plaintext

meta {
name: Create a new picture
type: http
seq: 1
}
post {
url: {{url}}/api/pictures
body: multipartForm
auth: bearer
}
auth:bearer {
token: {{bearerToken}}
}
body:multipart-form {
file: @file(/Users/florian_thierry/Pictures/applications_mac.jpeg)
}