taskify-api Minimal Go REST API for e2e testing the flow system. Endpoints POST /tasks — Create a task GET /tasks — List all tasks PATCH /tasks/{id}/complete — Mark a task complete Implementation Scenario: sc-taskify-create-task