costapy/bruno/Authsquare/Invite.bru

25 lines
299 B
Plaintext

meta {
name: Invite
type: http
seq: 7
}
post {
url: http://localhost:11000/api/auth/invite
body: json
auth: none
}
headers {
Authorization: Bearer xx.xx.xx
}
body:json {
{
"roles":[2],
"email":"user2@domain.com",
"username":"admin2",
"password":"mypassword"
}
}