Files
MeowSpool/backend/bruno-routes/MewoSpool/Auth/Register.yml
T

22 lines
322 B
YAML

info:
name: Register
type: http
seq: 1
http:
method: POST
url: "{{base_url}}/api/v1/auth/register"
body:
type: json
data: |-
{
"email": "felipe@felipecncloud.com",
"password": "12345678"
}
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5