bruno/packages/bruno-toml/tests/scripts/pre-request/request.json

15 lines
211 B
JSON

{
"meta": {
"name": "Get users",
"type": "http",
"seq": 1
},
"http": {
"method": "GET",
"url": "https://reqres.in/api/users"
},
"script": {
"req": "req.body.id = uuid();"
}
}