From ef1406fb71d22376d267478cea557cc9d38d765f Mon Sep 17 00:00:00 2001 From: sneedgroup-holder Date: Wed, 6 Nov 2024 19:43:43 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fa7648..ba35379 100644 --- a/README.md +++ b/README.md @@ -98,14 +98,16 @@ Request Body: { "username": "alice", "password": "password123" -}``` +} +``` Response: ```json { "token": "" -}``` +} +``` #### Create a Post (Status Update) Create a post (note) for the authenticated user. Authentication is required using the JWT token in the Authorization header.