mirror of
https://github.com/usebruno/bruno.git
synced 2024-12-03 05:14:04 +01:00
12 lines
157 B
JSON
12 lines
157 B
JSON
|
{
|
||
|
"meta": {
|
||
|
"name": "Get users",
|
||
|
"type": "http",
|
||
|
"seq": 1
|
||
|
},
|
||
|
"http": {
|
||
|
"method": "GET",
|
||
|
"url": "https://reqres.in/api/users"
|
||
|
}
|
||
|
}
|