Created class is used to standardize the structure of a "Created" response, including the response body, headers, status, and status text.ts
import { Created } from "@arkyn/server";
T): The response body to include in the HTTP response.ResponseInit, optional): Optional initialization object for customizing headers, status, and status text.toResponse()Created instance to a Response object with a JSON body.Response