curl --request POST \
--url http://localhost:3091/api/v1/admin/cache/evict/{cacheName} \
--header 'Authorization: Bearer <token>'{}Clears all entries in the named cache
curl --request POST \
--url http://localhost:3091/api/v1/admin/cache/evict/{cacheName} \
--header 'Authorization: Bearer <token>'{}