VSCode の拡張機能、Rest Client でも使えば?

例えば、test.http のファイル内に、

POST http://localhost:8888/ HTTP/1.1
content-type: application/json

{
"name": null,
"time": "Wed, 21 Oct 2015 18:27:50 GMT"
}