List FOCUS contract commitments
https://api.vercel.com/v1/billing/contract-commitmentsconst response = await fetch('https://api.vercel.com/v1/billing/contract-commitments?teamId=string&slug=string', { method: 'GET', headers: { 'Authorization': 'Bearer YOUR_ACCESS_TOKEN', 'Content-Type': 'application/json', },});
const data = await response.json();console.log(data);{}Default authentication mechanism