If your API requires authentication or other headers, you can pass the chain a `headers` property in the config object.

import CodeBlock from "@theme/CodeBlock";
import APIExample from "@examples/chains/api_chain.ts";

<CodeBlock language="typescript">{APIExample}</CodeBlock>
