27 lines
415 B
Plaintext
27 lines
415 B
Plaintext
meta {
|
|
name: Create Gallery
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/gallery
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
headers {
|
|
OIDC_email: {{email}}
|
|
OIDC_user: {{username}}
|
|
Content-Type: application/json
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"title": "Modern Art Collection",
|
|
"description": "A curated collection of contemporary artworks",
|
|
"is_public": true,
|
|
"publication_date": "2025-06-28T10:00:00Z"
|
|
}
|
|
}
|