casket/casket-bruno-collection/Download File.bru

20 lines
248 B
Plaintext

meta {
name: Download File
type: http
seq: 4
}
get {
url: {{casket_host}}/api/v1/user/{{user_id}}/download?path=test/blub.txt
body: none
auth: bearer
}
params:query {
path: test/blub.txt
}
auth:bearer {
token: {{access_token}}
}