@app.get('/health') async def health(): """ Returns health status """ return JSONResponse({'status': 'ok'})