curl --request POST \
--url http://localhost:3091/api/v1/admin/cache/evict/all \
--header 'Authorization: Bearer <token>'{}Clears every cache in the application. Use with caution.
curl --request POST \
--url http://localhost:3091/api/v1/admin/cache/evict/all \
--header 'Authorization: Bearer <token>'{}