brf/.bruno/API/api-users.bru
2025-12-18 10:20:02 +01:00

16 lines
165 B
Plaintext

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