A successful response.
const response = await fetch('//osmo.nownodes.io/osmosis/incentives/v1beta1/lockable_durations', { method: 'GET', headers: {}, }); const data = await response.json();
{ "lockable_durations": [ "text" ] }