Files
bruno/tests/import/test-data/postman-invalid-missing-info.json
2025-09-07 03:05:11 +05:30

12 lines
159 B
JSON

{
"item": [
{
"name": "Request without info",
"request": {
"method": "GET",
"url": "https://example.com"
}
}
]
}