24 lines
340 B
Plaintext
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
|
|
}
|
|
}
|