OK
const response = await fetch('//api/organizations/{orgId}/datasourceTypes', { method: 'GET', headers: {}, }); const data = await response.json();
{ "message": "text", "data": [ { "version": "text", "hasStructureInfo": false, "id": "text", "name": "text" } ], "success": false }