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.