package Handlers type Response[T any] struct { Status string `json:"status"` Payload T `json:"payload"` }