mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-22 15:18:27 -04:00
15 lines
225 B
JSON
Executable File
15 lines
225 B
JSON
Executable File
{
|
|
"method": "POST",
|
|
"url": "http://mockbin.com/har",
|
|
"headers": [
|
|
{
|
|
"name": "content-type",
|
|
"value": "text/plain"
|
|
}
|
|
],
|
|
"postData": {
|
|
"mimeType": "text/plain",
|
|
"text": "Hello World"
|
|
}
|
|
}
|