user() ->workspaces() ->get(['id', 'ulid', 'name', 'slug']); return response()->json(['data' => $workspaces]); } }