# Functions
Create godoc @Summary Create a new task @Description Creates a new task by accepting a JSON payload with the task's details.
Delete godoc @Summary Delete a task by ID @Description Deletes a task by its ID from the URL.
Get godoc @Summary Retrieve a task by ID @Description Retrieves a specific task by its ID from the URL.
Get All godoc @Summary Retrieve all tasks @Description Retrieves all tasks with optional filtering by status (e.g., completed or in-progress).
Update godoc @Summary Update an existing task @Description Updates an existing task by accepting a JSON payload with the updated task details.
# Interfaces
No description provided by the author