Adds test request to create user
This commit is contained in:
parent
4a4268626e
commit
832b91a9b5
1 changed files with 9 additions and 2 deletions
|
|
@ -4,12 +4,19 @@ meta {
|
|||
seq: 1
|
||||
}
|
||||
|
||||
get {
|
||||
post {
|
||||
url: {{base_url}}/api/v1/users
|
||||
body: none
|
||||
body: json
|
||||
auth: none
|
||||
}
|
||||
|
||||
headers {
|
||||
x-api-key: {{api_key}}
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"firstName": "Dennis",
|
||||
"email": "me@dnsc.io"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue