Create Note
POST
{{url}}api/v1/notes/
Body
PARAM
Key |
Datatype |
Required |
Description |
HEADERS
Key |
Datatype |
Required |
Description |
RESPONSES
status
curl -X POST 'https://fastmemo.herokuapp.com/api/v1/notes/' -d '{"title":"The First Note","description":"There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.","labels":["daily","lifestyle"]}'