Documentation

const res = await fetch('https://api.platoncore.com/v1/listings', { method: 'POST', headers: { 'Content-Type': 'application/json', 'Authorization': `Bearer ${process.env.PC_API_KEY}` }, body: JSON.stringify({ title: 'Loft in Roma Norte', price: 120, currency: 'USD' }) });