meta { name: Get all users type: http seq: 1 } post { url: {{base_url}}/api/v1/users body: json auth: none } headers { x-api-key: {{api_key}} } body:json { { "firstName": "Dennis", "email": "me@dnsc.io" } }