Post Todo

POST https://eisenhowermatrixapp.herokuapp.com/todos/{{token}}

You can post your task In this route. it will take its variable like

VariableHow they get accessed
textfrom text variable in environment.
ttypefrom ttype variable in environment.
completedfrom the completed variable in environment.

Request Body

{"text"=>"{{text}}", "ttype"=>"{{ttype}}", "completed"=>"{{completed}}"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring