mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-23 08:23:41 +01:00
24 lines
356 B
JSON
24 lines
356 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": "🐶",
|
|
"value": "🚀",
|
|
"enabled": true
|
|
}
|
|
]
|
|
}
|