OK
const response = await fetch('//api/organizations/switchOrganization/{orgId}', { method: 'PUT', headers: {}, }); const data = await response.json();
{ "message": "text", "success": false }