I am trying to parallelize requests to the Wikidata API using Python’s asyncio module. My current synchronous script does the following: I am trying to do the same using asyncio, to send requests asynchronously. From this blogpost and the documentation, I understood that I need something like: However, I did not manage to find how to add these payloads in