package tasks

type Task struct {
	ID     string
	Url    string
	Body   string
	Method string
}