mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-23 08:23:41 +01:00
13 lines
168 B
TOML
13 lines
168 B
TOML
[meta]
|
|
name = 'Get users'
|
|
type = 'http'
|
|
seq = 1
|
|
|
|
[http]
|
|
method = 'GET'
|
|
url = 'https://reqres.in/api/users'
|
|
|
|
[headers]
|
|
Content-Type = 'application/json'
|
|
'🐶' = '🚀'
|