You can create a custom api endpoint.
with some code like this (not tested):
$collection1 = cockpit('collections')->find('collection1');
$collection2 = cockpit('collections')->find('collection2');
return compact('collection1', 'collection2');
You can create a custom api endpoint.
with some code like this (not tested):
$collection1 = cockpit('collections')->find('collection1');
$collection2 = cockpit('collections')->find('collection2');
return compact('collection1', 'collection2');