26 lines
271 B
Plaintext
26 lines
271 B
Plaintext
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
|
|
}
|