rhythm-backend/bruno/register user.yml
Dmitri 3460b1ae87
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m54s
go
2026-04-21 10:00:02 +02:00

28 lines
406 B
YAML

info:
name: register user
type: http
seq: 2
http:
method: POST
url: "{{host}}/api/v1/auth/register"
body:
type: json
data: |-
{
"email": "dmo@dmo.dmo",
"password": "password12345"
}
auth: inherit
runtime:
variables:
- name: host
value: http://localhost:8080
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5