freed/bruno/users/Get all users.bru

22 lines
236 B
Text

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"
}
}