Post Todo
POST https://eisenhowermatrixapp.herokuapp.com/todos/{{token}}
You can post your task In this route. it will take its variable like
| Variable | How they get accessed |
|---|---|
| text | from text variable in environment. |
| ttype | from ttype variable in environment. |
| completed | from the completed variable in environment. |
Request Body
{"text"=>"{{text}}", "ttype"=>"{{ttype}}", "completed"=>"{{completed}}"}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string |