Probably using httpx, the major change is that all the functions should be `async def` so they're awaitable.
Probably using httpx, the major change is that all the functions should be
async defso they're awaitable.