async def health(ns={}): return {'status': 'ok'} ret = await health(params_kw) return ret