F
async with aiohttp.ClientSession as s:
async with s.post("https://api.mysite.com/person?api_key=xyz", headers={"Authorization": "Bearer my_oauth_token"}, json={"first_name": firstName, "last_name": lastName} as r:
result = await r.json()
дерьмо!