diff --git a/test.http b/test.http index 126f49e..b9b91d3 100644 --- a/test.http +++ b/test.http @@ -6,10 +6,10 @@ GET http://localhost:7071/api/httpget?name=World HTTP/1.1 ### -POST http://localhost:7071/api/httppost HTTP/1.1 +POST http://localhost:7071/api/httppost content-type: application/json { "name": "Awesome Developer", "age": 25 -} \ No newline at end of file +}