Get a list of available routes in the FastAPI application.
Successful Response
const response = await fetch('/routes', { method: 'GET', headers: {}, }); const data = await response.json();