Get all token numbers in a specific contract and offer.
OK
const response = await fetch('api.rair.market/api/tokens/tokenNumbers', { method: 'GET', headers: {}, }); const data = await response.json();