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

16 lines
156 B
Plaintext

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