This is my code:
async with aiohttp.ClientSession(headers=auth) as session:
async with
lol3 = [{"userId": seller_id, "userAssetId": user_asset_id, "expectedPrice": price}]
session.post("https://example.com", json=lol3) as response:
Photo:
This is the error:
File "main.py", line 79
async with
^
SyntaxError: invalid syntax
Please help tell me what do I need to fix because ive tried.