Files
go-playground/projects/greenlight/greenlight-bruno/Create Movie.yml
T
2026-03-11 15:50:38 +01:00

22 lines
283 B
YAML

info:
name: Create Movie
type: http
seq: 2
http:
method: POST
url: "{{URL}}{{VERSION}}/movies"
body:
type: json
data: |-
{
"title": "Moana"
}
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5