export function getAPIHeaders(clientKey: string) { return { 'Duffel-Version': 'v2', 'Content-Type': 'application/json', 'Authorization': `Bearer ${clientKey}`, 'User-Agent': `Duffel/three-d-secure-function@${process.env.COMPONENT_VERSION}`, }; }