From 78ba8de9963822406525a4338581fa42d865cf1f Mon Sep 17 00:00:00 2001 From: kumarkaji <153839042+kumarkaji@users.noreply.github.com> Date: Mon, 10 Nov 2025 00:17:50 -0500 Subject: [PATCH] Fix POST request formatting in test.http --- test.http | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}