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

16 lines
165 B
Plaintext

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