bruno/packages/bruno-toml/tests/headers/simple-header/request.json
2023-12-30 21:27:15 +05:30

24 lines
361 B
JSON

{
"meta": {
"name": "Get users",
"type": "http",
"seq": 1
},
"http": {
"method": "GET",
"url": "https://reqres.in/api/users"
},
"headers": [
{
"name": "Content-Type",
"value": "application/json",
"enabled": true
},
{
"name": "Cookie",
"value": "foo=bar",
"enabled": true
}
]
}