Get operations info
OK
const response = await fetch('//api.client.nbcgate.tech/api/blockchain/operations/types', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "example": "text", "id": 0, "name": "text" } ]