bruno_template/api/user/info.bru
2025-03-19 19:00:41 -04:00

19 lines
210 B
Text

meta {
name: info
type: http
seq: 1
}
get {
url: {{base_url}}/api/user/info/:id-or-name?invites=1
body: none
auth: inherit
}
params:query {
invites: 1
}
params:path {
id-or-name: creations
}