Download the sample CSV for metadata population.
OK
const response = await fetch('api.rair.market/api/nft/csv/sample', { method: 'GET', headers: {}, }); const data = await response.json();