Available Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/2.0/notes | List notes |
| GET | /api/2.0/notes/{note_id} | Retrieve a note |
| POST | /api/2.0/notes | Create a note |
| PATCH | /api/2.0/notes/{note_id} | Partially update a note |
| DELETE | /api/2.0/notes/{note_id} | Delete a note |