Request Configuration
📋 Example JSON Format
[
{
"url": "https://jsonplaceholder.typicode.com/posts/1",
"method": "GET",
"headers": {},
"body": null,
"timeout": 5000
},
{
"url": "https://jsonplaceholder.typicode.com/posts",
"method": "POST",
"headers": {"Content-Type": "application/json"},
"body": {"title": "Test"},
"timeout": 5000
}
]
Results
0 of 0 completed
Results will appear here...