decodeRequestBody function attempts to parse the request body in the following order:ts
import { decodeRequestBody } from "@arkyn/server";
Request): The input request object containing the body to be decoded.Promise<any>): A promise that resolves to the decoded data as a JavaScript object.