OK
const response = await fetch('//api/datasources/getPluginDynamicConfig', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify([ {} ]), }); const data = await response.json();
{ "message": "text", "data": [], "success": false }