A successful response.
const response = await fetch('//osmo.nownodes.io/osmosis/pool-incentives/v1beta1/gauge-ids/{pool_id}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "gauge_ids_with_duration": [ { "gauge_id": "text", "duration": "text", "gauge_incentive_percentage": "text" } ] }