Create Resale Offer.
OK
const response = await fetch('api.rair.market/api/resales/create', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();