Files
go-playground/projects/greenlight/docs/api/greenlight-bruno/Users/Create User.yml
T
2026-04-27 14:02:26 +02:00

25 lines
351 B
YAML

info:
name: Create User
type: http
seq: 1
http:
method: POST
url: "{{URL}}/v1/users"
body:
type: json
data: |-
{
"name": "Grace",
"email": "grace@example.com",
"password": "pa55word"
}
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5