meta { name: register new user type: http seq: 1 } post { url: {{base_url}}/auth/register body: json auth: inherit } body:json { { "email": "daniil@tsivinsky.com", "login": "tsivinsky", "password": "Daniil2000" } } settings { encodeUrl: true timeout: 0 }