Todo
Create todo item
Create a new todo item.
post/v1/todos
Request body
Example request
{
"title": "Do something great",
"description": "I'll make the world a better place today.",
"priority": "urgent"
}Response
Example response
Create a new todo item.
{
"title": "Do something great",
"description": "I'll make the world a better place today.",
"priority": "urgent"
}Example response