mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-22 15:18:27 -04:00
15 lines
368 B
JSON
Executable File
15 lines
368 B
JSON
Executable File
{
|
|
"method": "POST",
|
|
"url": "http://mockbin.com/har",
|
|
"headers": [
|
|
{
|
|
"name": "content-type",
|
|
"value": "application/json"
|
|
}
|
|
],
|
|
"postData": {
|
|
"mimeType": "application/json",
|
|
"text": "{\"number\":1,\"string\":\"f\\\"oo\",\"arr\":[1,2,3],\"nested\":{\"a\":\"b\"},\"arr_mix\":[1,\"a\",{\"arr_mix_nested\":{}}],\"boolean\":false}"
|
|
}
|
|
}
|