Todo
Get todo item
Return a todo item based on the todo id belonging to the current user.
get/v1/todos/{id}
Response
OK
Example response
{
"id": "9bsv0s46s6s002p9ltq0",
"title": "Do something great",
"description": "I'll make the world a better place today.",
"priority": "urgent"
}