With this I can get a single entry
await axios.get(
${env.cockpit.apiUrl}/collections/get/Case?token=${env.cockpit.apiToken}&filter[slug]=${params.slug}
)
But how would I turn this so that I get all entries, except the one with this field and value?