async def user_info(*args): return { "user": { "name": "tesla" } } ret = await user_info(params_kw) return ret