Hello.
Thank you so much for your code. It has proved to be extremely helpful for so many tasks.
I do have a question though. Which function should I use and how should I add a header to include my API key?
https://docs.opensea.io/reference/asset-listings
I have tried ImportJsonPost but it doesn't seem to work.
The URL in question is:

My current formula (not working) is:
=ImportJSONViaPost("https://api.opensea.io/api/v1/asset/0x8EE5DD62A654a60f6F17A99d544102f37B58dA26/256/listings","X-API-KEY=9d1749851941443d97XXXXXXXXX")
Thank you