List Billing Plans For Product
/v1/products/{productSlug}/plansconst response = await fetch('/v1/products/string/plans?metadata=string', { method: 'GET', headers: { 'Authorization': 'Bearer YOUR_ACCESS_TOKEN', 'Content-Type': 'application/json', },});
const data = await response.json();console.log(data);{ "plans": []}Default authentication mechanism