Files
go-playground/projects/greenlight/docs/api/greenlight-bruno/Users/Create User.yml
T
2026-03-27 15:51:29 +01:00

24 lines
345 B
YAML

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