meta { name: Register type: http seq: 2 } post { url: {{api_url}}/auth/register/ body: json auth: none } body:json { { "username": "newuser", "email": "newuser@example.com", "password": "securepassword123" } }