mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-25 05:35:41 +00:00
20 lines
411 B
JSON
20 lines
411 B
JSON
{
|
|
"_type": "export",
|
|
"__export_format": 4,
|
|
"resources": [
|
|
{
|
|
"_id": "req_123",
|
|
"parentId": "wrk_456",
|
|
"url": "https://api.example.com/users",
|
|
"name": "Get Users",
|
|
"method": "GET",
|
|
"_type": "request"
|
|
},
|
|
{
|
|
"_id": "wrk_456",
|
|
"name": "Test Collection",
|
|
"_type": "workspace"
|
|
// Missing comma and closing bracket - malformed JSON
|
|
}
|
|
]
|