Endpoint for checking if cache can be pinged
Successful Response
const response = await fetch('/cache/ping', { method: 'GET', headers: {}, }); const data = await response.json();