import { headers } from "next/headers"; async function MyComponent() { callSomething(await headers()); }