Files
image-storage/docs/api/auth/register user.yml
2026-03-16 21:45:39 +03:00

23 lines
338 B
YAML

info:
name: register user
type: http
seq: 1
http:
method: POST
url: "{{base_url}}/api/auth/register"
body:
type: json
data: |-
{
"email": "daniil@tsivinsky.com",
"password": "Daniil2000"
}
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5