API Endpoints
GET
/api/todos
Get all todo items
POST
/api/todos
Create a new todo
DELETE
/api/todos/:id
Delete a todo
API Response
{
"message": "Interact with the API to see responses here"
}