Routine API Tester
List Tasks
GET /tasks
Create Task
POST /tasks
Get Task by ID
GET /tasks/{id}
Delete Task
DELETE /tasks/{id}
Response