costapy/bruno/Authsquare/Extra/Roles/List.bru

29 lines
334 B
Plaintext
Raw Normal View History

2025-08-10 13:17:22 +07:00
meta {
name: List
type: http
2025-08-11 09:01:33 +07:00
seq: 1
2025-08-10 13:17:22 +07:00
}
post {
url: http://localhost:11000/api/auth/roles/:alder
body: none
auth: none
}
params:path {
alder: list
}
headers {
Authorization: Bearer xx.xx.xx
}
body:json {
{
"roles":[2],
"email":"user2@domain.com",
"username":"admin2",
"password":"mypassword"
}
}