SOA/bruno/SOA/private/gallery-reviews/create-gallery-review.bru
Alexis Bruneteau 254479d475 readme updated
2025-06-29 19:41:42 +02:00

24 lines
340 B
Plaintext

meta {
name: Create Gallery Review
type: http
seq: 2
}
post {
url: {{baseUrl}}/gallery/1/review
}
headers {
OIDC_email: {{email}}
OIDC_user: {{username}}
Content-Type: application/json
}
body:json {
{
"grade": 5,
"description": "Excellent gallery with amazing artwork collection!",
"parent_gr_id": null
}
}