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