Pin all NFT metadata to the current IPFS service.
OK
const response = await fetch('api.rair.market/api/nft/pinningMultiple', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();