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