meta { name: register type: http seq: 1 } post { url: {{base_url}}/api/auth/register body: json auth: none } body:json { { "username": "creations", "email": "", "password": "", "invite": "", "timezone": "America/New_York" } }