This application is designed to expose a set of RESTful endpoints to manage tasks. It serves as the backend component.
The endpoint for all tasks can be found at: "https://{domain}/api/v1/tasks"
The Swagger UI provides a comprehensive list of the available endpoints and the request/response payloads: "https://{domain}/api/swagger-ui/index.html"