Changes http requests for bruno
This commit is contained in:
parent
d7a61290fa
commit
89d4cac2c8
1 changed files with 1 additions and 1 deletions
22
bruno/users/Create user.bru
Normal file
22
bruno/users/Create user.bru
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
meta {
|
||||
name: Create user
|
||||
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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue