brf/.bruno/API/api-roles.bru

16 lines
156 B
Plaintext

meta {
name: /api/roles
type: http
seq: 15
}
get {
url: {{base_url}}/api/roles
body: none
auth: none
}
headers {
Accept: application/json
}