mirror of
https://github.com/usebruno/bruno.git
synced 2025-03-07 19:11:49 +01:00
14 lines
161 B
TOML
14 lines
161 B
TOML
|
[meta]
|
||
|
name = 'Get users'
|
||
|
type = 'http'
|
||
|
seq = 1
|
||
|
|
||
|
[http]
|
||
|
method = 'GET'
|
||
|
url = 'https://reqres.in/api/users'
|
||
|
|
||
|
[script]
|
||
|
pre-request = '''
|
||
|
req.body.id = uuid();
|
||
|
'''
|