9 lines
180 B
HTTP
9 lines
180 B
HTTP
POST http://localhost:8080/note/new
|
|
Content-Type: application/json
|
|
Authorization: Bearer YOUR_AUTH_TOKEN
|
|
|
|
{
|
|
"title": "Hey there! This is title",
|
|
"note": "Write note here..."
|
|
}
|