Verify NFT ownership to unlock media file.
OK
const response = await fetch('api.rair.market/api/auth/unlock', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "MetaMessage": "text", "MetaSignature": "text" }), }); const data = await response.json();