insomnia-importers
Version:
Various data importers for Insomnia
22 lines (21 loc) • 382 B
JSON
{
"method": "POST",
"url": "https://insomnia.rest/foo/bar",
"httpVersion": "HTTP/1.1",
"headers": [],
"postData": {
"params": [
{
"name": "file",
"fileName": "/home/user/test.txt"
},
{
"name": "foo",
"value": "bar",
"fileName": null,
"contentType": null,
"comment": "hahah"
}
]
}
}