meta { name: Register type: http seq: 3 } post { url: {{base_url}}/api/v1/authentication/register body: json auth: inherit } headers { Content-Type: application/json Authorization: Bearer {{access_token}} } body:json { { "name": "New User", "email": "newuser@example.com", "username": "newuser", "password": "password123" } } settings { encodeUrl: true } docs { Register a new user account }