meta { name: Register type: http seq: 1 } post { url: {{url}}/identities body: json auth: inherit } body:json { { "name": { "given": "Jane", "family": "Doe" }, "email": "jane.doe@fixture.none" } } settings { encodeUrl: true }