Hi @n8b
Thanks for posting here and welcome to the community!
You’re using Python’s request
library, which tends to flatten JSON data.
Try using the json
parameter instead.
Hi @n8b
Thanks for posting here and welcome to the community!
You’re using Python’s request
library, which tends to flatten JSON data.
Try using the json
parameter instead.