Update README.md
This commit is contained in:
parent
499891adb2
commit
ef1406fb71
1 changed files with 4 additions and 2 deletions
|
@ -98,14 +98,16 @@ Request Body:
|
|||
{
|
||||
"username": "alice",
|
||||
"password": "password123"
|
||||
}```
|
||||
}
|
||||
```
|
||||
|
||||
Response:
|
||||
|
||||
```json
|
||||
{
|
||||
"token": "<JWT_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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue